Added IRBuilder>>tempNames
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 28 Dec 2009 12:24:46 +0000
changeset 25 e14dfb33936f
parent 24 e4b222f09536
child 26 db19d89eef60
Added IRBuilder>>tempNames
IRBuilder.st
--- a/IRBuilder.st	Sun Dec 06 08:27:41 2009 +0000
+++ b/IRBuilder.st	Mon Dec 28 12:24:46 2009 +0000
@@ -106,6 +106,13 @@
     "Modified: / 30-03-2009 / 11:15:46 / Jan Vrany <vranyj1@fel.cvut.cz>"
 !
 
+tempNames
+
+    ^ir tempNames
+
+    "Modified: / 30-03-2009 / 11:15:46 / Jan Vrany <vranyj1@fel.cvut.cz>"
+!
+
 testJumpAheadTarget: label
 
 	jumpAheadStacks at: label ifPresent: [:stack |
@@ -465,5 +472,5 @@
 !
 
 version_SVN
-    ^'§Id: IRBuilder.st 23 2009-08-19 20:28:12Z vranyj1 §'
+    ^ '$Id$'
 ! !