Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

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