Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r12f671e r1ee0a4da  
    419419
    420420                PASS( "Convert L-Value", GenPoly::convertLvalue, transUnit );
     421                DUMP( bboxp, std::move( transUnit ) );
     422                PASS( "Box", GenPoly::box, transUnit );
    421423
    422424                translationUnit = convert( std::move( transUnit ) );
    423 
    424                 DUMP( bboxp, translationUnit );
    425                 PASS( "Box", GenPoly::box, translationUnit );
    426425
    427426                PASS( "Link-Once", CodeGen::translateLinkOnce, translationUnit );
Note: See TracChangeset for help on using the changeset viewer.