summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-01-08-InstrSched.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-01-09 00:09:34 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-01-09 00:09:34 +0000
commitfd842082f30504fefa31881990945dc091bd3227 (patch)
tree00060e1d27ef7db4e8b5e2c35509e3fb85f4ea16 /test/CodeGen/X86/2007-01-08-InstrSched.ll
parent235b791f2a87d65b5a2cc98e22f1d85b1a51ec8b (diff)
downloadllvm-fd842082f30504fefa31881990945dc091bd3227.tar.gz
llvm-fd842082f30504fefa31881990945dc091bd3227.tar.bz2
llvm-fd842082f30504fefa31881990945dc091bd3227.tar.xz
Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33030 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-01-08-InstrSched.ll')
-rw-r--r--test/CodeGen/X86/2007-01-08-InstrSched.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-01-08-InstrSched.ll b/test/CodeGen/X86/2007-01-08-InstrSched.ll
index 69b08a1d76..2b66ea0491 100644
--- a/test/CodeGen/X86/2007-01-08-InstrSched.ll
+++ b/test/CodeGen/X86/2007-01-08-InstrSched.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-as | llc -mtriple=x86_64-apple-darwin | \
+; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | \
; RUN: %prcontext 'mulss LCPI1_3' 1 | grep mulss | wc -l | grep 1
define float %foo(float %x) {