Changes in src/GenPoly/DeclMutator.cc [8688ce1:4e06c1e]
- File:
-
- 1 edited
-
src/GenPoly/DeclMutator.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/DeclMutator.cc
r8688ce1 r4e06c1e 10 10 // Created On : Fri Nov 27 14:44:00 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : T hu Aug 4 11:16:43201613 // Update Count : 312 // Last Modified On : Tue Jul 12 17:38:46 2016 13 // Update Count : 2 14 14 // 15 15 … … 163 163 Statement* DeclMutator::mutate(SwitchStmt *switchStmt) { 164 164 switchStmt->set_condition( maybeMutate( switchStmt->get_condition(), *this ) ); 165 mutateAll( switchStmt->get_ statements(), *this );165 mutateAll( switchStmt->get_branches(), *this ); 166 166 return switchStmt; 167 167 }
Note:
See TracChangeset
for help on using the changeset viewer.