The feature this is testing did not work in the general case,

and has been removed.

llvm-svn: 48232
This commit is contained in:
Dale Johannesen 2008-03-11 17:48:26 +00:00
parent bf9d8048c6
commit 1b12647544
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
; RUN: llvm-upgrade < %s | llvm-as | \
; RUN: llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
; RUN: grep {rlwinm r0, r1, 0, 22, 31}
; RUN: llvm-upgrade < %s | llvm-as | \
; RUN: llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
; RUN: grep {subfic r0, r0, -16448}
; RUN: llvm-upgrade < %s | llvm-as | \
; RUN: llc -march=ppc64 -mtriple=powerpc-apple-darwin8 | \
; RUN: grep {rldicl r0, r1, 0, 54}
; XFAIL: *
implementation
int* %f1() {
%tmp = alloca int, uint 4095, align 1024
ret int* %tmp
}