[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/div-2.ll

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 25 00:18:55 PST 2006



Changes in directory llvm/test/Regression/CodeGen/PowerPC:

div-2.ll updated: 1.2 -> 1.3
---
Log message:

this fails, mark it as such


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

 div-2.ll |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/test/Regression/CodeGen/PowerPC/div-2.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/div-2.ll:1.2 llvm/test/Regression/CodeGen/PowerPC/div-2.ll:1.3
--- llvm/test/Regression/CodeGen/PowerPC/div-2.ll:1.2	Fri Oct  7 10:27:12 2005
+++ llvm/test/Regression/CodeGen/PowerPC/div-2.ll	Sat Feb 25 02:18:43 2006
@@ -1,6 +1,8 @@
 ; RUN: llvm-as < %s | llc -march=ppc32 | not grep srawi &&
 ; RUN: llvm-as < %s | llc -march=ppc32 | grep blr
 
+; XFAIL: *
+
 int %test1(int %X) {
 	%Y = and int %X, 15
 	%Z = div int %Y, 4






More information about the llvm-commits mailing list