Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    raf84a35 r3d26610  
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jun  6 15:51:47 2018
    13 // Update Count     : 498
     12// Last Modified On : Wed May 30 17:53:14 2018
     13// Update Count     : 496
    1414//
    1515
     
    157157                 << "." << endl;
    158158        backtrace( 2 );                                                                         // skip first 2 stack frames
    159         //_exit( EXIT_FAILURE );
    160         abort();
     159        exit( EXIT_FAILURE );
    161160} // sigSegvBusHandler
    162161
     
    265264                } // if
    266265
    267                 PASS( "fixLabels", ControlStruct::fixLabels( translationUnit ) );
     266                PASS( "mutate", ControlStruct::mutate( translationUnit ) );
    268267                PASS( "fixNames", CodeGen::fixNames( translationUnit ) );
    269268                PASS( "genInit", InitTweak::genInit( translationUnit ) );
Note: See TracChangeset for help on using the changeset viewer.