mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
13 lines
432 B
LLVM
13 lines
432 B
LLVM
|
; RUN: as < %s | opt -basicaa -aa-eval -disable-output
|
||
|
|
||
|
%struct..RefPoint = type { int, { uint, ushort, ushort } }
|
||
|
%struct..RefRect = type { %struct..RefPoint, %struct..RefPoint }
|
||
|
|
||
|
implementation ; Functions:
|
||
|
|
||
|
uint %BMT_CommitPartDrawObj() {
|
||
|
%tmp.19111 = getelementptr %struct..RefRect* null, long 0, ubyte 0, ubyte 1, ubyte 2
|
||
|
%tmp.20311 = getelementptr %struct..RefRect* null, long 0, ubyte 1, ubyte 1, ubyte 2
|
||
|
ret uint 0
|
||
|
}
|