Changes between Version 68 and Version 69 of IR


Ignore:
Timestamp:
11/26/15 07:19:28 (10 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v68 v69  
    5757  a: Array[Integer];
    5858L1:
    59   when (\true) assign x, \mul(3,y); goto L2;
     59  when (\true) ASSIGN x, \mul(3,y); goto L2;
    6060L2:
    61   when(\true) assign a_t, \dytype(Array[Integer, \add(x,1)]); goto L3;
     61  when(\true) ASSIGN a_t, \dytype(Array[Integer, \add(x,1)]); goto L3;
    6262L3:
    63   when (\true) assign a, \new(a_t); goto L4;
     63  when (\true) ASSIGN a, \new(a_t); goto L4;
    6464L4:
    6565}