1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

enable this test, check ppc64 as well.

llvm-svn: 31657
This commit is contained in:
Chris Lattner 2006-11-11 00:13:07 +00:00
parent 9c5d395b0e
commit b08574e218

View 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