compiler/PPCNode.st
changeset 534 a949c4fe44df
parent 525 751532c8f3db
--- a/compiler/PPCNode.st	Wed Aug 26 23:34:48 2015 +0100
+++ b/compiler/PPCNode.st	Sat Aug 29 07:56:14 2015 +0100
@@ -313,6 +313,14 @@
     ^ self class hash bitXor: (name hash bitXor: (self isMarkedForInline hash bitXor: (self children size hash)))
 ! !
 
+!PPCNode methodsFor:'converting'!
+
+asCompilerTree
+    ^ self
+
+    "Created: / 29-08-2015 / 07:43:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !PPCNode methodsFor:'copying'!
 
 postCopy