|
@@ -942,13 +942,6 @@ inlineLiteral: aSelector receiverNode: anObject argumentNodes: aCollection
|
|
self visit: aCollection first.
|
|
self visit: aCollection first.
|
|
inlined := true]].
|
|
inlined := true]].
|
|
|
|
|
|
- (aSelector = '=') ifTrue: [
|
|
|
|
- (self isNode: anObject ofClass: Number) ifTrue: [
|
|
|
|
- self visit: anObject.
|
|
|
|
- stream nextPutAll: ' == '.
|
|
|
|
- self visit: aCollection first.
|
|
|
|
- inlined := true]].
|
|
|
|
-
|
|
|
|
(aSelector = '>') ifTrue: [
|
|
(aSelector = '>') ifTrue: [
|
|
(self isNode: anObject ofClass: Number) ifTrue: [
|
|
(self isNode: anObject ofClass: Number) ifTrue: [
|
|
self visit: anObject.
|
|
self visit: anObject.
|
|
@@ -1374,11 +1367,6 @@ Object subclass: #DoIt
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
category: 'Compiler'!
|
|
category: 'Compiler'!
|
|
|
|
|
|
-!DoIt methodsFor: ''!
|
|
|
|
-
|
|
|
|
-doIt ^[1 fdsfds] value
|
|
|
|
-! !
|
|
|
|
-
|
|
|
|
Node subclass: #DynamicArrayNode
|
|
Node subclass: #DynamicArrayNode
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
category: 'Compiler'!
|
|
category: 'Compiler'!
|