aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll
blob: 0abd3847836c5e307d6a5232d868ff5dae672d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: opt < %s -basicaa -aa-eval -disable-output 2>/dev/null

define i32 @MTConcat([3 x i32]* %a.1) {
	%tmp.961 = getelementptr [3 x i32]* %a.1, i64 0, i64 4
	%tmp.97 = load i32* %tmp.961
	%tmp.119 = getelementptr [3 x i32]* %a.1, i64 1, i64 0
	%tmp.120 = load i32* %tmp.119
	%tmp.1541 = getelementptr [3 x i32]* %a.1, i64 0, i64 4
	%tmp.155 = load i32* %tmp.1541
	ret i32 0
}