IRInstruction.st
changeset 42 acdc3ec6d152
parent 41 f3898a3b378d
child 43 c8afb8e4c3cc
--- a/IRInstruction.st	Thu Oct 30 21:43:54 2014 +0000
+++ b/IRInstruction.st	Thu Oct 30 22:18:24 2014 +0000
@@ -4,7 +4,7 @@
 	instanceVariableNames:'sourceNode bytecodeIndex sequence'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'NewCompiler-IR'
+	category:'IR Compiler-IR'
 !
 
 IRInstruction comment:'I am an instruction in the IR (intermediate representation) language.  The IR serves as the intermediary between the Smalltalk language and the bytecode language.  It is easier to optimize and translate to/from this language than it is to optimize/translate directly from Smalltalk to bytecodes.  The IR is generic and simple consisting of just twelve instructions.  They are:
@@ -419,3 +419,4 @@
 version_SVN
     ^ '$Id::                                                                                                                        $'
 ! !
+