#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sun, 16 Jul 2017 13:38:07 +0200
changeset 4166 107243939f2b
parent 4165 e8783528724e
child 4167 7809dfa8558d
#DOCUMENTATION by cg class: BlockNode changed: #checkForSimpleBlockCodeOn:for:
BlockNode.st
--- a/BlockNode.st	Sun Jul 16 11:51:17 2017 +0200
+++ b/BlockNode.st	Sun Jul 16 13:38:07 2017 +0200
@@ -351,6 +351,8 @@
         nil          -- cheap block not possible
     "
 
+    <ignore: RBReturnsBooleanAndOtherRule rationale: 'done by purpose' author: 'cg'>
+    
     |cheapy val isConstRet singleInsn code stackSize|
 
     isConstRet := false.
@@ -417,7 +419,7 @@
 
     ^ nil
 
-    "Modified: 13.4.1997 / 00:05:29 / cg"
+    "Modified: / 16-07-2017 / 13:30:41 / cg"
 !
 
 codeForSideEffectOn:aStream inBlock:b for:aCompiler