Changeset 7b05de4 for src/main.cc
- Timestamp:
- Mar 26, 2024, 12:31:26 PM (8 months ago)
- Branches:
- master
- Children:
- 84886499
- Parents:
- d066c5b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
rd066c5b r7b05de4 381 381 PASS( "Resolve", ResolvExpr::resolve, transUnit ); 382 382 DUMP( exprp, std::move( transUnit ) ); 383 //PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit );383 PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit ); 384 384 DUMP( reppseu, std::move( transUnit ) ); 385 385 PASS( "Fix Init", InitTweak::fix, transUnit, buildingLibrary() );
Note: See TracChangeset
for help on using the changeset viewer.