Changes in src/main.cc [12f671e:1ee0a4da]
- File:
-
- 1 edited
-
src/main.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r12f671e r1ee0a4da 419 419 420 420 PASS( "Convert L-Value", GenPoly::convertLvalue, transUnit ); 421 DUMP( bboxp, std::move( transUnit ) ); 422 PASS( "Box", GenPoly::box, transUnit ); 421 423 422 424 translationUnit = convert( std::move( transUnit ) ); 423 424 DUMP( bboxp, translationUnit );425 PASS( "Box", GenPoly::box, translationUnit );426 425 427 426 PASS( "Link-Once", CodeGen::translateLinkOnce, translationUnit );
Note:
See TracChangeset
for help on using the changeset viewer.