Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    ra365e0d re4d6335  
    4444#include "ControlStruct/Mutate.h"           // for mutate
    4545#include "GenPoly/Box.h"                    // for box
     46#include "GenPoly/CopyParams.h"             // for copyParams
    4647#include "GenPoly/InstantiateGeneric.h"     // for instantiateGeneric
    4748#include "GenPoly/Lvalue.h"                 // for convertLvalue
     
    320321                OPTPRINT("instantiateGenerics")
    321322                GenPoly::instantiateGeneric( translationUnit );
     323                OPTPRINT( "copyParams" );
     324                GenPoly::copyParams( translationUnit );
    322325                OPTPRINT( "convertLvalue" )
    323326                GenPoly::convertLvalue( translationUnit );
Note: See TracChangeset for help on using the changeset viewer.