From: Bill Wendling Date: Thu, 26 Mar 2009 06:17:54 +0000 (+0000) Subject: Add -f to RUN line. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dccbfea503f97e9b7621e779b0e6a4b81f1e1402;p=oota-llvm.git Add -f to RUN line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67744 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2009-03-25-TestBug.ll b/test/CodeGen/X86/2009-03-25-TestBug.ll index 52b067974af..605ec8bdec4 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