Changes in directory llvm/test/CodeGen/PowerPC:

calls.ll updated: 1.3 -> 1.4
---
Log message:

XFAIL this on x86-Linux until its fixed.


---
Diffs of the changes:  (+1 -0)

 calls.ll |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/CodeGen/PowerPC/calls.ll
diff -u llvm/test/CodeGen/PowerPC/calls.ll:1.3 
llvm/test/CodeGen/PowerPC/calls.ll:1.4
--- llvm/test/CodeGen/PowerPC/calls.ll:1.3      Fri Dec  1 22:23:08 2006
+++ llvm/test/CodeGen/PowerPC/calls.ll  Mon Feb 26 20:45:12 2007
@@ -3,6 +3,7 @@
 ; 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()
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to