Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Validate.cc

    r25fcb84 rb2da0574  
    4848#include "CodeGen/CodeGenerator.h"     // for genName
    4949#include "CodeGen/OperatorTable.h"     // for isCtorDtor, isCtorDtorAssign
    50 #include "ControlStruct/Mutate.h"      // for ForExprMutator
    5150#include "Common/PassVisitor.h"        // for PassVisitor, WithDeclsToAdd
    5251#include "Common/ScopedMap.h"          // for ScopedMap
     
    7776class SwitchStmt;
    7877
     78
    7979#define debugPrint( x ) if ( doDebug ) { std::cout << x; }
    8080
     
    275275                Concurrency::applyKeywords( translationUnit );
    276276                acceptAll( translationUnit, fpd ); // must happen before autogenerateRoutines, after Concurrency::applyKeywords because uniqueIds must be set on declaration before resolution
    277                 ControlStruct::hoistControlDecls( translationUnit );  // hoist initialization out of for statements; must happen before autogenerateRoutines
    278277                autogenerateRoutines( translationUnit ); // moved up, used to be below compoundLiteral - currently needs EnumAndPointerDecay
    279278                Concurrency::implementMutexFuncs( translationUnit );
Note: See TracChangeset for help on using the changeset viewer.