ctu_ircompiler.st
changeset 45 04a50b0d540a
parent 44 840c68a91cdd
--- a/ctu_ircompiler.st	Thu Oct 30 22:27:09 2014 +0000
+++ b/ctu_ircompiler.st	Thu Oct 30 22:42:40 2014 +0000
@@ -21,7 +21,10 @@
      my classes is considered to be a prerequisite package."
 
     ^ #(
+        #'stx:goodies/refactoryBrowser/parser'    "RBArrayNode - referenced by IRDecompiler>>endCase:"
     )
+
+    "Modified: / 30-10-2014 / 22:29:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 mandatoryPreRequisites
@@ -46,10 +49,6 @@
      by searching all classes (and their packages) which are referenced by my classes."
 
     ^ #(
-        #'stx:goodies/refactoryBrowser/parser'    "RBArrayNode - referenced by IRDecompiler>>endCase:"
-        #'stx:libcompat'    "Preferences - referenced by IRDecompiler>>addReturn:from:"
-        #'stx:libtool'    "Tools::Inspector2Tab - referenced by IRFunction>>inspector2TabIRCode"
-        #'stx:libwidg'    "ScrollableView - referenced by IRFunction>>inspector2TabIRCode"
     )
 !
 
@@ -84,7 +83,7 @@
         IRAccess
         IRClosure
         IRConstant
-        IRDecompiler
+        (IRDecompiler autoload)
         IRDup
         IRJump
         IRLine