[llvm-commits] [llvm] r67744 - /llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll

Bill Wendling isanbard at gmail.com
Wed Mar 25 23:17:54 PDT 2009


Author: void
Date: Thu Mar 26 01:17:54 2009
New Revision: 67744

URL: http://llvm.org/viewvc/llvm-project?rev=67744&view=rev
Log:
Add -f to RUN line.

Modified:
    llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll

Modified: llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll?rev=67744&r1=67743&r2=67744&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll Thu Mar 26 01:17:54 2009
@@ -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





More information about the llvm-commits mailing list