Changes in src/ControlStruct/MLEMutator.cc [f8965f4:6180274]
- File:
-
- 1 edited
-
src/ControlStruct/MLEMutator.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MLEMutator.cc
rf8965f4 r6180274 66 66 67 67 // break labels have to come after the statement they break out of, so mutate a statement, then if they inform us 68 // through the breakLabel field tha tthey need a place to jump to on a break statement, add the break label to the68 // through the breakLabel field tha they need a place to jump to on a break statement, add the break label to the 69 69 // body of statements 70 70 void MultiLevelExitMutator::fixBlock( std::list< Statement * > &kids, bool caseClause ) { … … 141 141 142 142 143 Statement *MultiLevelExitMutator::postmutate( BranchStmt *branchStmt ) { 143 Statement *MultiLevelExitMutator::postmutate( BranchStmt *branchStmt ) 144 throw ( SemanticErrorException ) { 144 145 std::string originalTarget = branchStmt->originalTarget; 145 146
Note:
See TracChangeset
for help on using the changeset viewer.