aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2009-03-25-TestBug.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-03-26 06:17:54 +0000
committerBill Wendling <isanbard@gmail.com>2009-03-26 06:17:54 +0000
commitdccbfea503f97e9b7621e779b0e6a4b81f1e1402 (patch)
treee4aef7f3edd55bf19f2072fc9d5ce73502a4d07f /test/CodeGen/X86/2009-03-25-TestBug.ll
parenta02a3dda5652995afaaf11148c11d98c9b9d908f (diff)
downloadexternal_llvm-dccbfea503f97e9b7621e779b0e6a4b81f1e1402.zip
external_llvm-dccbfea503f97e9b7621e779b0e6a4b81f1e1402.tar.gz
external_llvm-dccbfea503f97e9b7621e779b0e6a4b81f1e1402.tar.bz2
Add -f to RUN line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-03-25-TestBug.ll')
-rw-r--r--test/CodeGen/X86/2009-03-25-TestBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-03-25-TestBug.ll b/test/CodeGen/X86/2009-03-25-TestBug.ll
index 52b0679..605ec8b 100644
--- a/test/CodeGen/X86/2009-03-25-TestBug.ll
+++ b/test/CodeGen/X86/2009-03-25-TestBug.ll
@@ -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