IRDecompiler.st
changeset 42 acdc3ec6d152
parent 41 f3898a3b378d
child 43 c8afb8e4c3cc
--- a/IRDecompiler.st	Thu Oct 30 21:43:54 2014 +0000
+++ b/IRDecompiler.st	Thu Oct 30 22:18:24 2014 +0000
@@ -4,7 +4,7 @@
 	instanceVariableNames:'stack sp scope currentInstr valueLabelMap mapEmptyStatement'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'NewCompiler-IR'
+	category:'IR Compiler-IR'
 !
 
 IRDecompiler comment:'I interpret IRMethod instructions and generate a Smalltalk abstract syntax tree rooted at a RBMethodNode.
@@ -1303,3 +1303,4 @@
 version_SVN
     ^ '$Id::                                                                                                                        $'
 ! !
+