1; RUN: llc < %s -march=x86 -mattr=+sse2 | grep sfence 2 3declare void @llvm.x86.sse.sfence() nounwind 4 5define void @test() { 6 call void @llvm.x86.sse.sfence() 7 ret void 8} 9