blob: 1db578cc0d2b19d2ec4c5dff2622fbcbfb94310e [file] [log] [blame]
Dan Gohmanb1e1e822009-09-08 16:50:01 +00001; RUN: opt %s -basicaa -aa-eval -disable-output 2>/dev/null
Chris Lattnerc863c412003-07-03 06:29:15 +00002
Tanya Lattnerdcd188d2008-02-14 06:56:27 +00003%struct..RefPoint = type { i32, { i32, i8, i8 } }
4%struct..RefRect = type { %struct..RefPoint, %struct..RefPoint }
Chris Lattnerc863c412003-07-03 06:29:15 +00005
Tanya Lattnerdcd188d2008-02-14 06:56:27 +00006define i32 @BMT_CommitPartDrawObj() {
7 %tmp.19111 = getelementptr %struct..RefRect* null, i64 0, i32 0, i32 1, i32 2
8 %tmp.20311 = getelementptr %struct..RefRect* null, i64 0, i32 1, i32 1, i32 2
9 ret i32 0
Chris Lattnerc863c412003-07-03 06:29:15 +000010}