Index: src/main.cc
===================================================================
--- src/main.cc	(revision 09f34a84d91d0f6c3dcd80079886a3a4dd8e7ec7)
+++ src/main.cc	(revision 8b74fa74db327a2cce113add048683b58496f6f5)
@@ -10,6 +10,6 @@
 // Created On       : Fri May 15 23:12:02 2015
 // Last Modified By : Andrew Beach
-// Last Modified On : Thu Sep 15 13:58:00 2022
-// Update Count     : 678
+// Last Modified On : Wed Oct  5 12:06:00 2022
+// Update Count     : 679
 //
 
@@ -444,13 +444,12 @@
 
 		PASS( "Instantiate Generics", GenPoly::instantiateGeneric( transUnit ) );
+		if ( genericsp ) {
+			dump( std::move( transUnit ) );
+			return EXIT_SUCCESS;
+		} // if
+
+		PASS( "Convert L-Value", GenPoly::convertLvalue( transUnit ) );
 
 		translationUnit = convert( std::move( transUnit ) );
-
-		if ( genericsp ) {
-			dump( translationUnit );
-			return EXIT_SUCCESS;
-		} // if
-
-		PASS( "Convert L-Value", GenPoly::convertLvalue( translationUnit ) );
 
 		if ( bboxp ) {
