1; RUN: llc < %s -march=x86 -mattr=-sse2 | FileCheck %s 2 3define void @test() { 4; CHECK: lock 5 fence seq_cst 6 ret void 7} 8