1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/CodeGen/X86/barrier.ll
2011-09-27 00:17:29 +00:00

7 lines
102 B
LLVM

; RUN: llc < %s -march=x86 -mattr=-sse2 | grep lock
define void @test() {
fence seq_cst
ret void
}