[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2007-01-08-InstrSched.ll
Evan Cheng
evan.cheng at apple.com
Mon Jan 8 16:09:49 PST 2007
Changes in directory llvm/test/Regression/CodeGen/X86:
2007-01-08-InstrSched.ll updated: 1.1 -> 1.2
---
Log message:
Fix test case.
---
Diffs of the changes: (+1 -1)
2007-01-08-InstrSched.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/2007-01-08-InstrSched.ll
diff -u llvm/test/Regression/CodeGen/X86/2007-01-08-InstrSched.ll:1.1 llvm/test/Regression/CodeGen/X86/2007-01-08-InstrSched.ll:1.2
--- llvm/test/Regression/CodeGen/X86/2007-01-08-InstrSched.ll:1.1 Mon Jan 8 17:58:27 2007
+++ llvm/test/Regression/CodeGen/X86/2007-01-08-InstrSched.ll Mon Jan 8 18:09:34 2007
@@ -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) {
More information about the llvm-commits
mailing list