Index: src/main.cc
===================================================================
--- src/main.cc	(revision aadc9a43076d3a15ac9194297e715a207cc767cc)
+++ src/main.cc	(revision 4d7e8f593a41f7ffbbd2f33e5bfbe0332ef7f736)
@@ -265,6 +265,4 @@
 		}
 
-		OPTPRINT( "instantiateGeneric" )
-		GenPoly::instantiateGeneric( translationUnit );
 		OPTPRINT( "copyParams" );
 		GenPoly::copyParams( translationUnit );
@@ -275,4 +273,6 @@
 		OPTPRINT( "box" )
 		GenPoly::box( translationUnit );
+		OPTPRINT( "instantiateGeneric" )
+		GenPoly::instantiateGeneric( translationUnit );
 
 		// print tree right before code generation
