blob: 61f39579b40f2f02a2d3751b31c4d2b2cc27dbcd [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | 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, uint 0, uint 1, uint 2
10 %tmp.20311 = getelementptr %struct..RefRect* null, long 0, uint 1, uint 1, uint 2
11 ret uint 0
12}