diff options
Diffstat (limited to 'test/CodeGen/X86/2007-01-08-InstrSched.ll')
-rw-r--r-- | test/CodeGen/X86/2007-01-08-InstrSched.ll | 2 |
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 69b08a1..2b66ea0 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) { |