Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rbcda04c ref42b143  
    216216                } // if
    217217
    218                 // OPTPRINT( "Concurrency" )
    219                 // Concurrency::applyKeywords( translationUnit );
    220 
    221218                // add the assignment statement after the initialization of a type parameter
    222219                OPTPRINT( "validate" )
     
    240237                OPTPRINT( "mutate" )
    241238                ControlStruct::mutate( translationUnit );
     239                OPTPRINT( "Concurrency" )
     240                Concurrency::applyKeywords( translationUnit );
    242241                OPTPRINT( "fixNames" )
    243242                CodeGen::fixNames( translationUnit );
Note: See TracChangeset for help on using the changeset viewer.