[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/calls.ll
Reid Spencer
reid at x10sys.com
Tue Feb 27 12:47:01 PST 2007
Changes in directory llvm/test/CodeGen/PowerPC:
calls.ll updated: 1.4 -> 1.5
---
Log message:
This test passes on x86/Linux now.
---
Diffs of the changes: (+0 -1)
calls.ll | 1 -
1 files changed, 1 deletion(-)
Index: llvm/test/CodeGen/PowerPC/calls.ll
diff -u llvm/test/CodeGen/PowerPC/calls.ll:1.4 llvm/test/CodeGen/PowerPC/calls.ll:1.5
--- llvm/test/CodeGen/PowerPC/calls.ll:1.4 Mon Feb 26 20:45:12 2007
+++ llvm/test/CodeGen/PowerPC/calls.ll Tue Feb 27 14:46:44 2007
@@ -3,7 +3,6 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'bl ' | wc -l | grep 2 &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'bctrl' | wc -l | grep 1 &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'bla ' | wc -l | grep 1
-; XFAIL: [0-9x]86-pc-linux.*
declare void %foo()
More information about the llvm-commits
mailing list