diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-11-11 00:13:07 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-11-11 00:13:07 +0000 |
| commit | e15018b8b7c29c96375b1fdae72cd627e7640b40 (patch) | |
| tree | 506fea256c46e2e96772a91be6e84afd3d117423 | |
| parent | b314b155edb9cc2dd3aa415a56c2c063684e97b9 (diff) | |
| download | bcm5719-llvm-e15018b8b7c29c96375b1fdae72cd627e7640b40.tar.gz bcm5719-llvm-e15018b8b7c29c96375b1fdae72cd627e7640b40.zip | |
enable this test, check ppc64 as well.
llvm-svn: 31657
| -rw-r--r-- | llvm/test/Regression/CodeGen/PowerPC/mem_update.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/mem_update.ll b/llvm/test/Regression/CodeGen/PowerPC/mem_update.ll index 8be4f73135a..16917c0516a 100644 --- a/llvm/test/Regression/CodeGen/PowerPC/mem_update.ll +++ b/llvm/test/Regression/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 |

