2003-07-03-BasicAACrash.ll 424 B

12345678910
  1. ; RUN: opt < %s -basicaa -aa-eval -disable-output 2>/dev/null
  2. %struct..RefPoint = type { i32, { i32, i8, i8 } }
  3. %struct..RefRect = type { %struct..RefPoint, %struct..RefPoint }
  4. define i32 @BMT_CommitPartDrawObj() {
  5. %tmp.19111 = getelementptr %struct..RefRect, %struct..RefRect* null, i64 0, i32 0, i32 1, i32 2
  6. %tmp.20311 = getelementptr %struct..RefRect, %struct..RefRect* null, i64 0, i32 1, i32 1, i32 2
  7. ret i32 0
  8. }