- File:
-
- 1 edited
-
src/ControlStruct/MultiLevelExit.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MultiLevelExit.cpp
r2f52b18 r891f707 176 176 auto mutStmt = mutate( stmt ); 177 177 // A child statement may set the break label. 178 mutStmt->kids = move( fixBlock( stmt->kids, false ));178 mutStmt->kids = fixBlock( stmt->kids, false ); 179 179 180 180 if ( isLabeled ) {
Note:
See TracChangeset
for help on using the changeset viewer.