compiler/PPCOptimizationResult.st
changeset 392 9b297f0d949c
parent 391 553a5456963b
child 414 0eaf09920532
--- a/compiler/PPCOptimizationResult.st	Sun Oct 26 01:03:31 2014 +0000
+++ b/compiler/PPCOptimizationResult.st	Sun Oct 26 01:28:07 2014 +0000
@@ -7,8 +7,13 @@
 	category:'PetitCompiler-Nodes'
 !
 
-PPCOptimizationResult comment:''
-!
+!PPCOptimizationResult class methodsFor:'instance creation'!
+
+new
+    "return an initialized instance"
+
+    ^ self basicNew initialize.
+! !
 
 !PPCOptimizationResult class methodsFor:'as yet unclassified'!
 
@@ -21,8 +26,9 @@
 !PPCOptimizationResult methodsFor:'accessing'!
 
 change
-	Halt ifShiftPressed.
-	change := true.
+        change := true.
+
+    "Modified: / 26-10-2014 / 01:14:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 isChange