Revert 240130, it caused crashes (repro in PR23900).
[oota-llvm.git] / test / Analysis / BasicAA / 2003-07-03-BasicAACrash.ll
1 ; RUN: opt < %s -basicaa -aa-eval -disable-output 2>/dev/null
2
3 %struct..RefPoint = type { i32, { i32, i8, i8 } }
4 %struct..RefRect = type { %struct..RefPoint, %struct..RefPoint }
5
6 define i32 @BMT_CommitPartDrawObj() {
7         %tmp.19111 = getelementptr %struct..RefRect, %struct..RefRect* null, i64 0, i32 0, i32 1, i32 2
8         %tmp.20311 = getelementptr %struct..RefRect, %struct..RefRect* null, i64 0, i32 1, i32 1, i32 2
9         ret i32 0
10 }