Changes in src/main.cc [ef42b143:bcda04c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
ref42b143 rbcda04c 216 216 } // if 217 217 218 // OPTPRINT( "Concurrency" ) 219 // Concurrency::applyKeywords( translationUnit ); 220 218 221 // add the assignment statement after the initialization of a type parameter 219 222 OPTPRINT( "validate" ) … … 237 240 OPTPRINT( "mutate" ) 238 241 ControlStruct::mutate( translationUnit ); 239 OPTPRINT( "Concurrency" )240 Concurrency::applyKeywords( translationUnit );241 242 OPTPRINT( "fixNames" ) 242 243 CodeGen::fixNames( translationUnit );
Note:
See TracChangeset
for help on using the changeset viewer.