Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Statement.h

    rbe5aa1b r843054c2  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Rob Schluntz
    12 // Last Modified On : Wed May 27 15:40:43 2015
    13 // Update Count     : 5
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Mon May 18 10:57:40 2015
     13// Update Count     : 2
    1414//
    1515
     
    227227        virtual ~BranchStmt() {}
    228228
    229         Label get_originalTarget() { return originalTarget; }
    230229        Label get_target() { return target; }
    231230        void set_target( Label newValue ) { target = newValue; }
     
    243242  private:
    244243        static const char *brType[];
    245         Label originalTarget;  // can give better error messages if we remember the label name that the user entered
    246244        Label target;
    247245        Expression *computedTarget;
Note: See TracChangeset for help on using the changeset viewer.