[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/fabs.ll
Chris Lattner
lattner at cs.uiuc.edu
Fri Apr 1 21:40:19 PST 2005
Changes in directory llvm/test/Regression/CodeGen/X86:
fabs.ll updated: 1.1 -> 1.2
---
Log message:
don't forget to use the right code generator :)
---
Diffs of the changes: (+1 -1)
fabs.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/fabs.ll
diff -u llvm/test/Regression/CodeGen/X86/fabs.ll:1.1 llvm/test/Regression/CodeGen/X86/fabs.ll:1.2
--- llvm/test/Regression/CodeGen/X86/fabs.ll:1.1 Fri Apr 1 23:35:00 2005
+++ llvm/test/Regression/CodeGen/X86/fabs.ll Fri Apr 1 23:40:03 2005
@@ -1,5 +1,5 @@
; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
-; RUN: llvm-as < %s | llc -disable-pattern-isel=0 | grep 'fabs$'
+; RUN: llvm-as < %s | llc -march=x86 -disable-pattern-isel=0 | grep 'fabs$'
declare float %fabsf(float)
More information about the llvm-commits
mailing list