blob: 4769b39964a0d48b067828bfd5722bec1803c85b [file] [log] [blame]
Eric Christopher9a9d2752010-07-22 02:48:34 +00001; RUN: llc < %s -march=x86 -mattr=-sse2 | grep lock
Eric Christopher9a9d2752010-07-22 02:48:34 +00002
3define void @test() {
Eli Friedman139e6692011-09-27 00:17:29 +00004 fence seq_cst
Eric Christopher9a9d2752010-07-22 02:48:34 +00005 ret void
Eli Friedman139e6692011-09-27 00:17:29 +00006}