Changeset 7b05de4


Ignore:
Timestamp:
Mar 26, 2024, 12:31:26 PM (6 weeks ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
84886499
Parents:
d066c5b
Message:

Re-enable replace pseudo func to temporarily fix the compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rd066c5b r7b05de4  
    381381                PASS( "Resolve", ResolvExpr::resolve, transUnit );
    382382                DUMP( exprp, std::move( transUnit ) );
    383                 // PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit );
     383                PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit );
    384384                DUMP( reppseu, std::move( transUnit ) );
    385385                PASS( "Fix Init", InitTweak::fix, transUnit, buildingLibrary() );
Note: See TracChangeset for help on using the changeset viewer.