1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/modglobalmin.cfg

28 lines
598 B
INI
Raw Normal View History

2020-10-05 20:58:02 +00:00
void main()
2020-06-27 19:18:00 +00:00
main: scope:[main] from
[0] phi()
[1] call inccnt
to:main::@1
main::@1: scope:[main] from main
2020-10-05 20:58:02 +00:00
[2] *SCREEN = cnt#14
[3] cnt#1 = ++ cnt#14
2020-06-27 19:18:00 +00:00
[4] call inccnt
to:main::@2
main::@2: scope:[main] from main::@1
2020-10-05 20:58:02 +00:00
[5] cnt#12 = ++ cnt#14
[6] *(SCREEN+1) = cnt#12
to:main::@return
main::@return: scope:[main] from main::@2
2020-06-27 19:18:00 +00:00
[7] return
2017-08-12 16:30:21 +00:00
to:@return
2020-10-05 20:58:02 +00:00
void inccnt()
inccnt: scope:[inccnt] from main main::@1
2020-10-05 20:58:02 +00:00
[8] cnt#13 = phi( main/0, main::@1/cnt#1 )
[9] cnt#14 = ++ cnt#13
to:inccnt::@return
inccnt::@return: scope:[inccnt] from inccnt
2020-06-27 19:18:00 +00:00
[10] return
2017-08-12 16:30:21 +00:00
to:@return