blob: d385961780d3aef348b57c2f4ff1a02454775ebf [file] [log] [blame]
Matthijs Kooijmane56baf22008-06-10 12:39:15 +00001; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output 2>/dev/null
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattnera695f012008-02-14 06:56:27 +00003%struct..RefPoint = type { i32, { i32, i8, i8 } }
4%struct..RefRect = type { %struct..RefPoint, %struct..RefPoint }
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005
Tanya Lattnera695f012008-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
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010}