Home | History | Annotate | Download | only in BasicAA
      1 ; RUN: opt < %s -basicaa -aa-eval -disable-output 2>/dev/null
      2 
      3 define i32 @MTConcat([3 x i32]* %a.1) {
      4 	%tmp.961 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 0, i64 4
      5 	%tmp.97 = load i32, i32* %tmp.961
      6 	%tmp.119 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 1, i64 0
      7 	%tmp.120 = load i32, i32* %tmp.119
      8 	%tmp.1541 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 0, i64 4
      9 	%tmp.155 = load i32, i32* %tmp.1541
     10 	ret i32 0
     11 }
     12