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