Fix a minor regression from my dag combiner changes. One more place which needs to...
[oota-llvm.git] / test / CodeGen / X86 / 2009-03-25-TestBug.ll
index 605ec8bdec46cb47ac5feb547b6bc5c4cb2b6b5d..f40fddc5a36d0b4f84bf4329fef86a43381046b6 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -o %t -f
+; RUN: llc < %s -march=x86 -o %t
 ; RUN: not grep and %t
 ; RUN: not grep shr %t
 ; rdar://6661955