[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/fast-cc-tail-call.ll
Chris Lattner
lattner at cs.uiuc.edu
Wed Aug 3 14:01:57 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/X86:
fast-cc-tail-call.ll updated: 1.1 -> 1.2
---
Log message:
Fix this to test the BE we care about
---
Diffs of the changes: (+1 -1)
fast-cc-tail-call.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/fast-cc-tail-call.ll
diff -u llvm/test/Regression/CodeGen/X86/fast-cc-tail-call.ll:1.1 llvm/test/Regression/CodeGen/X86/fast-cc-tail-call.ll:1.2
--- llvm/test/Regression/CodeGen/X86/fast-cc-tail-call.ll:1.1 Sun May 15 00:52:51 2005
+++ llvm/test/Regression/CodeGen/X86/fast-cc-tail-call.ll Wed Aug 3 16:01:46 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -x86-asm-syntax=intel -enable-x86-fastcc | not grep call
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | not grep call
fastcc int %bar(int %X, int(double, int) *%FP) {
%Y = tail call fastcc int %FP(double 0.0, int %X)
More information about the llvm-commits
mailing list