From ab4b7b4e5291a79f2e621fbab4f01c5a2704c51b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 11 Nov 2006 00:13:07 +0000 Subject: enable this test, check ppc64 as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31657 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/mem_update.ll | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/CodeGen/PowerPC/mem_update.ll') 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 -- cgit v1.2.3