Changeset 891f707
- Timestamp:
 - Feb 11, 2022, 12:21:54 PM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
 - Children:
 - a6d4901
 - Parents:
 - 08e4e6a
 - File:
 - 
      
- 1 edited
 
- 
          
  src/ControlStruct/MultiLevelExit.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/ControlStruct/MultiLevelExit.cpp
r08e4e6a 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.