enable this test, check ppc64 as well.
authorChris Lattner <sabre@nondot.org>
Sat, 11 Nov 2006 00:13:07 +0000 (00:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 11 Nov 2006 00:13:07 +0000 (00:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31657 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/mem_update.ll

index 8be4f73135ad3535360edb45d86ab51a0f583c62..16917c0516a6a651fca82568ecbbb4d72132a07c 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=ppc32 &&
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep addi
-
-; XFAIL: *
+; RUN: llvm-as < %s | llc -march=ppc32 -enable-ppc-preinc &&
+; RUN: llvm-as < %s | llc -march=ppc32 -enable-ppc-preinc | not grep addi &&
+; RUN: llvm-as < %s | llc -march=ppc64 -enable-ppc-preinc &&
+; RUN: llvm-as < %s | llc -march=ppc64 -enable-ppc-preinc | not grep addi
 
 int *%test0(int *%X,  int *%dest) {
        %Y = getelementptr int* %X, int 4