Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r1ee0a4da r3cbe320  
    421421                DUMP( bboxp, std::move( transUnit ) );
    422422                PASS( "Box", GenPoly::box, transUnit );
     423                PASS( "Link-Once", CodeGen::translateLinkOnce, transUnit );
    423424
    424425                translationUnit = convert( std::move( transUnit ) );
    425 
    426                 PASS( "Link-Once", CodeGen::translateLinkOnce, translationUnit );
    427426
    428427                // Code has been lowered to C, now we can start generation.
Note: See TracChangeset for help on using the changeset viewer.