Skip to content

Commit

Permalink
Categorize methods in IRMethod
Browse files Browse the repository at this point in the history
Fix #4066
  • Loading branch information
astares committed Jul 23, 2019
1 parent 1f4e518 commit ea511f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpalCompiler-Core/IRMethod.class.st
Expand Up @@ -122,7 +122,7 @@ IRMethod >> compilationContext: aCompilationContext [
compilationContext := aCompilationContext
]

{ #category : #'as yet unclassified' }
{ #category : #translating }
IRMethod >> compiledBlock: scope [

^compiledMethod
Expand Down Expand Up @@ -193,7 +193,7 @@ IRMethod >> generate: trailer [
^ compiledMethod
]

{ #category : #'as yet unclassified' }
{ #category : #translating }
IRMethod >> generateBlock: trailer withScope: scope [
| irTranslator |
irTranslator := IRTranslatorV2 context: compilationContext trailer: trailer.
Expand Down

0 comments on commit ea511f1

Please sign in to comment.