Changes in / [a554e5f4:c4f81702]
- Files:
-
- 2 edited
-
src/ControlStruct/MLEMutator.cc (modified) (1 diff)
-
tests/unified_locking/mutex_test.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MLEMutator.cc
ra554e5f4 rc4f81702 66 66 67 67 // break labels have to come after the statement they break out of, so mutate a statement, then if they inform us 68 // through the breakLabel field tha tthey need a place to jump to on a break statement, add the break label to the68 // through the breakLabel field tha they need a place to jump to on a break statement, add the break label to the 69 69 // body of statements 70 70 void MultiLevelExitMutator::fixBlock( std::list< Statement * > &kids, bool caseClause ) { -
tests/unified_locking/mutex_test.hfa
ra554e5f4 rc4f81702 54 54 } 55 55 56 voidtest() {56 int test() { 57 57 uint32_t sum = -32; 58 58 mo.sum = -32;
Note:
See TracChangeset
for help on using the changeset viewer.