Home | History | Annotate | Download | only in BasicAA
      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 }
     11