blob: 7aaae2a1927b0b059c48933406c27f9e550b336c [file] [log] [blame]
Dan Gohman18800922009-09-11 18:01:28 +00001; RUN: opt < %s -basicaa -aa-eval -disable-output 2>/dev/null
Chris Lattner16469062003-07-03 06:29:15 +00002
Tanya Lattnerf865dcd2008-02-14 06:56:27 +00003%struct..RefPoint = type { i32, { i32, i8, i8 } }
4%struct..RefRect = type { %struct..RefPoint, %struct..RefPoint }
Chris Lattner16469062003-07-03 06:29:15 +00005
Tanya Lattnerf865dcd2008-02-14 06:56:27 +00006define i32 @BMT_CommitPartDrawObj() {
David Blaikie79e6c742015-02-27 19:29:02 +00007 %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
Tanya Lattnerf865dcd2008-02-14 06:56:27 +00009 ret i32 0
Chris Lattner16469062003-07-03 06:29:15 +000010}