blob: 942fe9f147951488936dc9025c59d6a885ae6c38 [file] [log] [blame]
Misha Brukmane78760e2003-09-16 15:29:54 +00001; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output
Chris Lattnerc863c412003-07-03 06:29:15 +00002
3 %struct..RefPoint = type { int, { uint, ushort, ushort } }
4 %struct..RefRect = type { %struct..RefPoint, %struct..RefPoint }
5
6implementation ; Functions:
7
8uint %BMT_CommitPartDrawObj() {
Reid Spencere5d4efa2006-11-23 15:14:52 +00009 %tmp.19111 = getelementptr %struct..RefRect* null, long 0, uint 0, uint 1, uint 2
10 %tmp.20311 = getelementptr %struct..RefRect* null, long 0, uint 1, uint 1, uint 2
Chris Lattnerc863c412003-07-03 06:29:15 +000011 ret uint 0
12}