1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 17:24:39 +00:00
kickc/src/test/ref/deref-to-derefidx.cfg
2020-03-29 21:00:25 +02:00

34 lines
842 B
INI

@begin: scope:[] from
[0] phi()
to:@1
@1: scope:[] from @begin
[1] phi()
[2] call main
to:@end
@end: scope:[] from @1
[3] phi()
(void()) main()
main: scope:[main] from @1
[4] phi()
[5] call print
to:main::@1
main::@1: scope:[main] from main
[6] phi()
[7] call print
to:main::@return
main::@return: scope:[main] from main::@1
[8] return
to:@return
(void()) print((byte*) print::m)
print: scope:[print] from main main::@1
[9] (byte) idx#10 ← phi( main/(byte) 0 main::@1/(byte) idx#11 )
[9] (byte*) print::m#2 ← phi( main/(const byte*) msg1 main::@1/(const byte*) msg2 )
[10] *((const nomodify byte*) SCREEN + (byte) idx#10) ← *((byte*) print::m#2 + (byte) 2)
[11] (byte) idx#11 ← ++ (byte) idx#10
to:print::@return
print::@return: scope:[print] from print
[12] return
to:@return