mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
db69f84663
llvm-svn: 140585
7 lines
102 B
LLVM
7 lines
102 B
LLVM
; RUN: llc < %s -march=x86 -mattr=-sse2 | grep lock
|
|
|
|
define void @test() {
|
|
fence seq_cst
|
|
ret void
|
|
}
|