Index: src/AST/Convert.cpp
===================================================================
--- src/AST/Convert.cpp	(revision 4ec9513d69051bd7c1fc15bed54720534c629acf)
+++ src/AST/Convert.cpp	(revision 2686bc769528b67434ff02c007d4554d9630fa2f)
@@ -2775,8 +2775,8 @@
 	}
 
-	virtual void visit( const EnumInstType * old ) override final { // Here is visiting the EnumInst Decl not the usage.
+	virtual void visit( const EnumInstType * old ) override final {
 		ast::EnumInstType * ty; 
 		if ( old->baseEnum ) {
-			ty = new ast::EnumInstType{ // Probably here: missing the specification of the base
+			ty = new ast::EnumInstType{
 				GET_ACCEPT_1( baseEnum, EnumDecl ),
 				cv( old ),
