Turn on post-alloc scheduling for x86.
[oota-llvm.git] / test / CodeGen / X86 / atomic_op.ll
index 6871a08b29e6a5db8c8027eb302e66398edab169..3ef1887083d027b822005b1a5661563e83f62919 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -o %t1 -f
+; RUN: llc < %s -march=x86 -o %t1
 ; RUN: grep "lock" %t1 | count 17
 ; RUN: grep "xaddl" %t1 | count 4 
 ; RUN: grep "cmpxchgl"  %t1 | count 13