Changes in src/ControlStruct/LabelFixer.cc [51ec1ab:3b0bc16]
- File:
-
- 1 edited
-
src/ControlStruct/LabelFixer.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/LabelFixer.cc
r51ec1ab r3b0bc16 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jan 31 22:28:31202213 // Update Count : 16 112 // Last Modified On : Tue Feb 1 09:12:09 2022 13 // Update Count : 162 14 14 // 15 15 … … 29 29 bool LabelFixer::Entry::insideLoop() { 30 30 return ( dynamic_cast< ForStmt * > ( definition ) || 31 dynamic_cast< While Stmt * > ( definition ) );31 dynamic_cast< WhileDoStmt * > ( definition ) ); 32 32 } 33 33
Note:
See TracChangeset
for help on using the changeset viewer.