mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
cba5c599e8
pointing this out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227897 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
}
|