New testcase, reduced from 300.twolf by bugpoint

llvm-svn: 6534
This commit is contained in:
Chris Lattner 2003-06-02 04:58:23 +00:00
parent a965631408
commit 43876ae58b
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
; RUN: as < %s | opt -basicaa -aa-eval
int %MTConcat([3 x int]* %a.1) {
%tmp.961 = getelementptr [3 x int]* %a.1, long 0, long 4
%tmp.97 = load int* %tmp.961
%tmp.119 = getelementptr [3 x int]* %a.1, long 1, long 0
%tmp.120 = load int* %tmp.119
%tmp.1541 = getelementptr [3 x int]* %a.1, long 0, long 4
%tmp.155 = load int* %tmp.1541
ret int 0
}