this passes now, due to Nate's recent efforts
authorChris Lattner <sabre@nondot.org>
Mon, 13 Feb 2006 07:26:36 +0000 (07:26 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Feb 2006 07:26:36 +0000 (07:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26140 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/and-imm.ll

index 3d5d08303ada46ad53c756d7e359975d5629c62f..09cc1a27a4ad4db61b9987300355e87f138471ee 100644 (file)
@@ -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