Reid Spencer | 69ccadd | 2006-12-02 04:23:10 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-upgrade < %s | llvm-as | opt -basicaa -aa-eval -disable-output |
Chris Lattner | c863c41 | 2003-07-03 06:29:15 +0000 | [diff] [blame] | 2 | |
| 3 | %struct..RefPoint = type { int, { uint, ushort, ushort } } |
| 4 | %struct..RefRect = type { %struct..RefPoint, %struct..RefPoint } |
| 5 | |
| 6 | implementation ; Functions: |
| 7 | |
| 8 | uint %BMT_CommitPartDrawObj() { |
Reid Spencer | e5d4efa | 2006-11-23 15:14:52 +0000 | [diff] [blame] | 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 |
Chris Lattner | c863c41 | 2003-07-03 06:29:15 +0000 | [diff] [blame] | 11 | ret uint 0 |
| 12 | } |