summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/barrier.ll
blob: 4769b39964a0d48b067828bfd5722bec1803c85b (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=x86 -mattr=-sse2 | grep lock

define void @test() {
	fence seq_cst
	ret void
}