1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-14 17:34:41 +00:00
2011-09-27 00:17:29 +00:00

9 lines
173 B
LLVM

; RUN: llc < %s -march=x86 -mattr=+sse2 | grep lfence
declare void @llvm.x86.sse2.lfence() nounwind
define void @test() {
call void @llvm.x86.sse2.lfence()
ret void
}