diff -r 04518c7fb91c -r 0fd549e0c784 IRConstant.st --- a/IRConstant.st Mon Mar 30 14:47:18 2009 +0000 +++ b/IRConstant.st Mon Mar 30 17:49:01 2009 +0000 @@ -41,10 +41,9 @@ type == nil ifTrue:[^interpreter pushLiteral: constant]. type == #block ifTrue:[^interpreter pushBlock: constant]. - type == #blockMethod ifTrue:[^interpreter pushBlockMethod: constant]. self shouldNeverBeReached. - "Modified: / 11-06-2008 / 01:03:20 / Jan Vrany " + "Modified: / 30-03-2009 / 16:50:28 / Jan Vrany " ! ! !IRConstant methodsFor:'testing'!