IRPrinter.st
changeset 42 acdc3ec6d152
parent 41 f3898a3b378d
child 43 c8afb8e4c3cc
--- a/IRPrinter.st	Thu Oct 30 21:43:54 2014 +0000
+++ b/IRPrinter.st	Thu Oct 30 22:18:24 2014 +0000
@@ -4,7 +4,7 @@
 	instanceVariableNames:'stream indent'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'NewCompiler-IR'
+	category:'IR Compiler-IR'
 !
 
 IRPrinter comment:'I interpret IRMethod instructions and write them out to a print stream.'
@@ -217,6 +217,12 @@
     ^ 'Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRPrinter.st,v 1.3 2009/10/08 12:00:24 fm Exp '
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id::                                                                                                                        $'
 ! !
+