blob: 4769b39964a0d48b067828bfd5722bec1803c85b [file] [log] [blame]
; RUN: llc < %s -march=x86 -mattr=-sse2 | grep lock
define void @test() {
fence seq_cst
ret void
}