[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / CodeGen / X86 / barrier.ll
index 4769b39964a0d48b067828bfd5722bec1803c85b..1f60131f33caa6562b22c0431c4280ecd99bea0f 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: llc < %s -march=x86 -mattr=-sse2 | grep lock
+; RUN: llc < %s -march=x86 -mattr=-sse2 | FileCheck %s
 
 define void @test() {
+; CHECK: lock
        fence seq_cst
        ret void
 }