summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/mem_update.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-11 00:13:07 +0000
committerChris Lattner <sabre@nondot.org>2006-11-11 00:13:07 +0000
commitab4b7b4e5291a79f2e621fbab4f01c5a2704c51b (patch)
treefecae597a093ca105cdd082cf71591ce8d97f657 /test/CodeGen/PowerPC/mem_update.ll
parentf6edf4dcf0907427f5e07012b0fe51e43fb09c45 (diff)
enable this test, check ppc64 as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/mem_update.ll')
-rw-r--r--test/CodeGen/PowerPC/mem_update.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/PowerPC/mem_update.ll b/test/CodeGen/PowerPC/mem_update.ll
index 8be4f73135a..16917c0516a 100644
--- a/test/CodeGen/PowerPC/mem_update.ll
+++ b/test/CodeGen/PowerPC/mem_update.ll
@@ -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