blob: 785759d0a384296f68b1ad4a5764dd9f857eb597 [file] [log] [blame]
Chris Lattnerc863c412003-07-03 06:29:15 +00001; RUN: as < %s | opt -basicaa -aa-eval -disable-output
2
3 %struct..RefPoint = type { int, { uint, ushort, ushort } }
4 %struct..RefRect = type { %struct..RefPoint, %struct..RefPoint }
5
6implementation ; Functions:
7
8uint %BMT_CommitPartDrawObj() {
9 %tmp.19111 = getelementptr %struct..RefRect* null, long 0, ubyte 0, ubyte 1, ubyte 2
10 %tmp.20311 = getelementptr %struct..RefRect* null, long 0, ubyte 1, ubyte 1, ubyte 2
11 ret uint 0
12}