Add -f to RUN line.
authorBill Wendling <isanbard@gmail.com>
Thu, 26 Mar 2009 06:17:54 +0000 (06:17 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 26 Mar 2009 06:17:54 +0000 (06:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67744 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2009-03-25-TestBug.ll

index 52b067974af211000b0e6890b69eca39f02d84fa..605ec8bdec46cb47ac5feb547b6bc5c4cb2b6b5d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -o %t
+; RUN: llvm-as < %s | llc -o %t -f
 ; RUN: not grep and %t
 ; RUN: not grep shr %t
 ; rdar://6661955