diff -r f3898a3b378d -r acdc3ec6d152 IRInterpreter.st --- a/IRInterpreter.st Thu Oct 30 21:43:54 2014 +0000 +++ b/IRInterpreter.st Thu Oct 30 22:18:24 2014 +0000 @@ -4,7 +4,7 @@ instanceVariableNames:'' classVariableNames:'' poolDictionaries:'' - category:'NewCompiler-IR' + category:'IR Compiler-IR' ! IRInterpreter comment:'I visit each IRInstruction in an IRMethod in order. Each instruction sends its instruction message to me upon being visited. See my ''instructions'' method category for complete list of instructions. Subclasses should override them.' @@ -121,3 +121,4 @@ version_SVN ^ '$Id:: $' ! ! +