Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r00da199 r1f68d5d  
    99// Author           : Peter Buhr and Rob Schluntz
    1010// Created On       : Fri May 15 23:12:02 2015
    11 // Last Modified By : Henry Xue
    12 // Last Modified On : Tue Jul 20 04:27:35 2021
    13 // Update Count     : 658
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Sat Mar  6 15:49:00 2021
     13// Update Count     : 656
    1414//
    1515
     
    4949#include "Common/utility.h"                 // for deleteAll, filter, printAll
    5050#include "Concurrency/Waitfor.h"            // for generateWaitfor
    51 #include "ControlStruct/ExceptDecl.h"       // for translateExcept
    5251#include "ControlStruct/ExceptTranslate.h"  // for translateEHM
    5352#include "ControlStruct/Mutate.h"           // for mutate
     
    306305                CodeTools::fillLocations( translationUnit );
    307306                Stats::Time::StopBlock();
    308 
    309                 PASS( "Translate Exception Declarations", ControlStruct::translateExcept( translationUnit ) );
    310                 if ( exdeclp ) {
    311                         dump( translationUnit );
    312                         return EXIT_SUCCESS;
    313                 } // if
    314307
    315308                // add the assignment statement after the initialization of a type parameter
     
    556549        // code dumps
    557550        { "ast", astp, true, "print AST after parsing" },
    558         { "exdecl", exdeclp, true, "print AST after translating exception decls" },
    559551        { "symevt", symtabp, true, "print AST after symbol table events" },
    560552        { "altexpr", expraltp, true, "print alternatives for expressions" },
Note: See TracChangeset for help on using the changeset viewer.