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