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

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 26 17:00:24 PST 2006



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

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

Reenable this


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

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


Index: llvm/test/Regression/CodeGen/PowerPC/div-2.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/div-2.ll:1.3 llvm/test/Regression/CodeGen/PowerPC/div-2.ll:1.4
--- llvm/test/Regression/CodeGen/PowerPC/div-2.ll:1.3	Sat Feb 25 02:18:43 2006
+++ llvm/test/Regression/CodeGen/PowerPC/div-2.ll	Sun Feb 26 19:00:12 2006
@@ -1,8 +1,6 @@
 ; 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