compiler/PPCOptimizationResult.st
changeset 414 0eaf09920532
parent 392 9b297f0d949c
child 422 116d2b2af905
equal deleted inserted replaced
413:5389e6fbb3bc 414:0eaf09920532
    24 ! !
    24 ! !
    25 
    25 
    26 !PPCOptimizationResult methodsFor:'accessing'!
    26 !PPCOptimizationResult methodsFor:'accessing'!
    27 
    27 
    28 change
    28 change
    29         change := true.
    29 	change := true.
    30 
       
    31     "Modified: / 26-10-2014 / 01:14:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    32 !
    30 !
    33 
    31 
    34 isChange
    32 isChange
    35 	^ change
    33 	^ change
    36 ! !
    34 ! !