Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r59c8dff r37b3151  
    8282#include "Validate/ReturnCheck.hpp"         // for checkReturnStatements
    8383#include "Validate/VerifyCtorDtorAssign.hpp" // for verifyCtorDtorAssign
    84 #include "Validate/ReplacePseudoFunc.hpp"
    8584#include "Virtual/ExpandCasts.h"            // for expandCasts
    8685#include "Virtual/VirtualDtor.hpp"          // for implementVirtDtors
     
    288287                        assertf( extras, "cannot open extras.cf\n" );
    289288                        parse( extras, ast::Linkage::BuiltinC );
     289
    290290                        if ( ! libcfap ) {
    291291                                // read the prelude in, if not generating the cfa library
     
    322322                PASS( "Forall Pointer Decay", Validate::decayForallPointers, transUnit );
    323323                PASS( "Fix Qualified Types", Validate::fixQualifiedTypes, transUnit );
    324 
    325324                PASS( "Eliminate Typedef", Validate::eliminateTypedef, transUnit );
    326325                PASS( "Hoist Struct", Validate::hoistStruct, transUnit );
     
    382381                PASS( "Resolve", ResolvExpr::resolve, transUnit );
    383382                DUMP( exprp, std::move( transUnit ) );
    384                 PASS( "Replace Pseudo Func", Validate::replacePseudoFunc, transUnit );
    385383
    386384                PASS( "Fix Init", InitTweak::fix, transUnit, buildingLibrary() );
Note: See TracChangeset for help on using the changeset viewer.