IRBuilder.st
changeset 42 acdc3ec6d152
parent 41 f3898a3b378d
child 43 c8afb8e4c3cc
--- a/IRBuilder.st	Thu Oct 30 21:43:54 2014 +0000
+++ b/IRBuilder.st	Thu Oct 30 22:18:24 2014 +0000
@@ -5,7 +5,7 @@
 		sourceMapNodes sourceMapByteIndex lastLine'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'NewCompiler-IR'
+	category:'IR Compiler-IR'
 !
 
 IRBuilder comment:'I provide a simple interface for constructing an IRMethod.  For example, to create an ir method that compares first instVar to first arg and returns ''yes'' or ''no'' (same example as in BytecodeGenerator), do:
@@ -457,13 +457,14 @@
 !IRBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$eader: /cvs/stx/cvut/stx/goodies/newcompiler/IRBuilder.st,v 1.3 2009/10/08 11:57:58 fm Exp$'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRBuilder.st,v 1.3 2009/10/08 11:57:58 fm Exp '
+    ^ '$eader: /cvs/stx/cvut/stx/goodies/newcompiler/IRBuilder.st,v 1.3 2009/10/08 11:57:58 fm Exp$'
 !
 
 version_SVN
     ^ '$Id::                                                                                                                        $'
 ! !
+