Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r698664b3 rd8847b7  
    2424#include "SynTree/Declaration.h"
    2525#include "SynTree/Visitor.h"
     26#include "GenPoly/InstantiateGeneric.h"
    2627#include "GenPoly/Lvalue.h"
    2728#include "GenPoly/Specialize.h"
     
    268269                }
    269270
     271                OPTPRINT( "instantiateGeneric" )
     272                GenPoly::instantiateGeneric( translationUnit );
    270273                OPTPRINT( "copyParams" );
    271274                GenPoly::copyParams( translationUnit );
Note: See TracChangeset for help on using the changeset viewer.