1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-16 16:31:04 +00:00
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
}