blob: 0abd3847836c5e307d6a5232d868ff5dae672d32 [file] [log] [blame]
Dan Gohmanf2f6ce62009-09-11 18:01:28 +00001; RUN: opt < %s -basicaa -aa-eval -disable-output 2>/dev/null
Chris Lattner2e334302003-06-02 04:58:23 +00002
Tanya Lattnerdcd188d2008-02-14 06:56:27 +00003define i32 @MTConcat([3 x i32]* %a.1) {
4 %tmp.961 = getelementptr [3 x i32]* %a.1, i64 0, i64 4
5 %tmp.97 = load i32* %tmp.961
6 %tmp.119 = getelementptr [3 x i32]* %a.1, i64 1, i64 0
7 %tmp.120 = load i32* %tmp.119
8 %tmp.1541 = getelementptr [3 x i32]* %a.1, i64 0, i64 4
9 %tmp.155 = load i32* %tmp.1541
10 ret i32 0
Chris Lattner2e334302003-06-02 04:58:23 +000011}