compiler/PPCInliningVisitor.st
changeset 525 751532c8f3db
parent 516 3b81c9e53352
parent 524 f6f68d32de73
child 532 132d7898a2a1
--- a/compiler/PPCInliningVisitor.st	Tue Aug 18 22:46:10 2015 +0100
+++ b/compiler/PPCInliningVisitor.st	Mon Aug 24 15:56:20 2015 +0100
@@ -107,8 +107,7 @@
     "super visitTokenConsumeNode: node."
 
     node name isNil ifTrue: [ 
-        self flag: 'temporarily disabled'.
-        "self markForInline: node"
+        self markForInline: node
     ].
 
     ^ node