libInit.cc
changeset 27 45902cde2ab1
parent 21 a5d30403049c
child 32 326e2b5665e1
--- a/libInit.cc	Mon Dec 28 15:09:00 2009 +0000
+++ b/libInit.cc	Mon Dec 28 16:20:44 2009 +0000
@@ -1,31 +1,33 @@
 /*
  * $Header$
  *
- * DO NOT EDIT 
- * automagically generated from the projectDefinition: stx_goodies_newcompiler.
+ * DO NOT EDIT
+ * automagically generated from the projectDefinition: cvut_stx_goodies_newcompiler.
  */
 #define __INDIRECTVMINITCALLS__
 #include <stc.h>
 
 #ifdef WIN32
 # pragma codeseg INITCODE "INITCODE"
-#endif 
+#endif
 
 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
-DLL_EXPORT void _libstx_goodies_newcompiler_Init() INIT_TEXT_SECTION;
+DLL_EXPORT void _libcvut_stx_goodies_newcompiler_Init() INIT_TEXT_SECTION;
 #endif
 
-void _libstx_goodies_newcompiler_Init(pass, __pRT__, snd)
+void _libcvut_stx_goodies_newcompiler_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
-__BEGIN_PACKAGE2__("libstx_goodies_newcompiler", _libstx_goodies_newcompiler_Init, "stx:goodies/newcompiler");
+__BEGIN_PACKAGE2__("libcvut_stx_goodies_newcompiler", _libcvut_stx_goodies_newcompiler_Init, "cvut:stx/goodies/newcompiler");
 _IRBuilder_Init(pass,__pRT__,snd);
+_IRBuilderTest_Init(pass,__pRT__,snd);
 _IRBytecodeGenerator_Init(pass,__pRT__,snd);
 _IRFunction_Init(pass,__pRT__,snd);
 _IRInstruction_Init(pass,__pRT__,snd);
 _IRInterpreter_Init(pass,__pRT__,snd);
 _IRSequence_Init(pass,__pRT__,snd);
 _IRStackCount_Init(pass,__pRT__,snd);
-_stx_137goodies_137newcompiler_Init(pass,__pRT__,snd);
+_IRTransformTest_Init(pass,__pRT__,snd);
+_cvut_137stx_137goodies_137newcompiler_Init(pass,__pRT__,snd);
 _IRAccess_Init(pass,__pRT__,snd);
 _IRClosure_Init(pass,__pRT__,snd);
 _IRConstant_Init(pass,__pRT__,snd);
@@ -52,6 +54,6 @@
 _IRTempRead_Init(pass,__pRT__,snd);
 _IRTempStore_Init(pass,__pRT__,snd);
 
-_stx_137goodies_137newcompiler_extensions_Init(pass,__pRT__,snd);
+_cvut_137stx_137goodies_137newcompiler_extensions_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }