mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
27f7a0622c
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227437 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
126 B
LLVM
8 lines
126 B
LLVM
; RUN: llc < %s -march=x86 -mattr=-sse2,-sse4a | FileCheck %s
|
|
|
|
define void @test() {
|
|
; CHECK: lock
|
|
fence seq_cst
|
|
ret void
|
|
}
|