1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 02:24:34 +00:00
kickc/src/test/ref/loop-break.cfg

25 lines
748 B
INI
Raw Normal View History

2019-03-31 15:57:54 +00:00
@begin: scope:[] from
[0] phi()
to:@1
@1: scope:[] from @begin
[1] phi()
[2] call main
to:@end
@end: scope:[] from @1
[3] phi()
main: scope:[main] from @1
[4] phi()
to:main::@1
main::@1: scope:[main] from main main::@2
2019-05-30 20:29:04 +00:00
[5] (byte) main::i#2 ← phi( main/(byte) 0 main::@2/(byte) main::i#1 )
[6] if(*((const byte*) SCREEN#0 + (byte) main::i#2)==(byte) 'a') goto main::@return
to:main::@2
main::@2: scope:[main] from main::@1
[7] *((const byte*) SCREEN#0 + (byte) main::i#2) ← (byte) 'a'
[8] (byte) main::i#1 ← ++ (byte) main::i#2
[9] if((byte) main::i#1!=(byte)(number) $28*(number) 6+(number) 1) goto main::@1
2019-03-31 15:57:54 +00:00
to:main::@return
main::@return: scope:[main] from main::@1 main::@2
2019-05-30 20:29:04 +00:00
[10] return
2019-03-31 15:57:54 +00:00
to:@return