Show
Ignore:
Timestamp:
06/15/09 13:01:43 (5 months ago)
Author:
chf
Message:

alphabetize codegen, ParallelismAnallyzer? isn't working yet.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/CodeGenerationPhase.java

    r3849 r3852  
    111111            Relation<IdOrOpOrAnonymousName, Function>  fns = ci.functions(); 
    112112            TypeAnalyzer ta = new TypeAnalyzer(new TraitTable(ci, getEnv())); 
     113             
     114            // Temporary code 
     115            ParallelismAnalyzer pa = new ParallelismAnalyzer(); 
     116            component.accept(pa); 
     117            pa.printTable(); 
    113118 
    114119            CodeGen c = new CodeGen(component, symbolTable, ta, ci);