diff -r f3898a3b378d -r acdc3ec6d152 IRMethod.st --- a/IRMethod.st Thu Oct 30 21:43:54 2014 +0000 +++ b/IRMethod.st Thu Oct 30 22:18:24 2014 +0000 @@ -4,7 +4,7 @@ instanceVariableNames:'' classVariableNames:'' poolDictionaries:'' - category:'NewCompiler-IR' + category:'IR Compiler-IR' ! IRMethod comment:'I am a method in the IR (intermediate representation) language consisting of IRInstructions grouped by IRSequence (basic block). The IRSequences form a control graph (therefore I only have to hold onto the starting sequence). #compiledMethod will convert me to a CompiledMethod. #methodNode will convert me back to a parse tree. @@ -62,3 +62,4 @@ version_SVN ^ '$Id:: $' ! ! +