[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll
Chris Lattner
lattner at cs.uiuc.edu
Sat Sep 10 20:50:51 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
2005-09-02-LegalizeDuplicatesCalls.ll updated: 1.1 -> 1.2
---
Log message:
Make sure to disable 64-bit extensions for this test
---
Diffs of the changes: (+1 -1)
2005-09-02-LegalizeDuplicatesCalls.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll:1.1 Fri Sep 2 15:24:10 2005
+++ llvm/test/Regression/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll Sat Sep 10 22:50:38 2005
@@ -1,6 +1,6 @@
; This function should have exactly one call to fixdfdi, no more!
-; RUN: llvm-as < %s | llc -march=ppc32 | grep 'bl .*fixdfdi' | wc -l | grep 1
+; RUN: llvm-as < %s | llc -march=ppc32 -mattr=-64bit | grep 'bl .*fixdfdi' | wc -l | grep 1
double %test2(double %tmp.7705) {
%mem_tmp.2.0.in = cast double %tmp.7705 to long ; <long> [#uses=1]
More information about the llvm-commits
mailing list