Changes in src/main.cc [cdb4eaa:af746cc]
- File:
-
- 1 edited
-
src/main.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
rcdb4eaa raf746cc 382 382 DUMP( exprp, std::move( transUnit ) ); 383 383 PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit ); 384 DUMP( reppseu, std::move( transUnit ) ); 384 385 PASS( "Fix Init", InitTweak::fix, transUnit, buildingLibrary() ); // Here 385 386 PASS( "Erase With", ResolvExpr::eraseWith, transUnit ); … … 533 534 { "instgen", genericsp, true, "print AST after instantiate generics" }, 534 535 { "bbox", bboxp, true, "print AST before box pass" }, 535 { "bcodegen", bcodegenp, true, "print AST before code generation" } 536 { "bcodegen", bcodegenp, true, "print AST before code generation" }, 537 { "reppseu", reppseu, true, "print AST after replacing pseudo functions" } 536 538 }; 537 539 enum { printoptsSize = sizeof( printopts ) / sizeof( printopts[0] ) };
Note:
See TracChangeset
for help on using the changeset viewer.