mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
c81cb80d2a
pointing this out. llvm-svn: 227897
8 lines
119 B
LLVM
8 lines
119 B
LLVM
; RUN: llc < %s -march=x86 -mattr=-sse2 | FileCheck %s
|
|
|
|
define void @test() {
|
|
; CHECK: lock
|
|
fence seq_cst
|
|
ret void
|
|
}
|