Changes in src/main.cc [1ee0a4da:3cbe320]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r1ee0a4da r3cbe320 421 421 DUMP( bboxp, std::move( transUnit ) ); 422 422 PASS( "Box", GenPoly::box, transUnit ); 423 PASS( "Link-Once", CodeGen::translateLinkOnce, transUnit ); 423 424 424 425 translationUnit = convert( std::move( transUnit ) ); 425 426 PASS( "Link-Once", CodeGen::translateLinkOnce, translationUnit );427 426 428 427 // Code has been lowered to C, now we can start generation.
Note:
See TracChangeset
for help on using the changeset viewer.