Changes between Version 68 and Version 69 of IR
- Timestamp:
- 11/26/15 07:19:28 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v68 v69 57 57 a: Array[Integer]; 58 58 L1: 59 when (\true) assignx, \mul(3,y); goto L2;59 when (\true) ASSIGN x, \mul(3,y); goto L2; 60 60 L2: 61 when(\true) assigna_t, \dytype(Array[Integer, \add(x,1)]); goto L3;61 when(\true) ASSIGN a_t, \dytype(Array[Integer, \add(x,1)]); goto L3; 62 62 L3: 63 when (\true) assigna, \new(a_t); goto L4;63 when (\true) ASSIGN a, \new(a_t); goto L4; 64 64 L4: 65 65 }
