[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/and-imm.ll

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 12 23:26:48 PST 2006



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

and-imm.ll updated: 1.1 -> 1.2
---
Log message:

this passes now, due to Nate's recent efforts


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

 and-imm.ll |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/test/Regression/CodeGen/PowerPC/and-imm.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/and-imm.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/and-imm.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/and-imm.ll:1.1	Tue Aug 30 13:44:09 2005
+++ llvm/test/Regression/CodeGen/PowerPC/and-imm.ll	Mon Feb 13 01:26:36 2006
@@ -1,5 +1,4 @@
 ; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'ori\|lis'
-; XFAIL: *
 
 int %test(int %X) {
 	%Y = and int %X, 32769   ; andi. r3, r3, 32769






More information about the llvm-commits mailing list