Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ForExprMutator.cc

    r3b0bc16 r35a2d47  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Feb  1 09:26:12 2022
    13 // Update Count     : 16
     12// Last Modified On : Mon Mar 11 22:26:52 2019
     13// Update Count     : 14
    1414//
    1515
     
    4545                return hoist( forStmt, forStmt->initialization );
    4646        }
    47         Statement * ForExprMutator::postmutate( WhileDoStmt * whileDoStmt ) {
    48                 return hoist( whileDoStmt, whileDoStmt->initialization );
     47        Statement * ForExprMutator::postmutate( WhileStmt * whileStmt ) {
     48                return hoist( whileStmt, whileStmt->initialization );
    4949        }
    5050} // namespace ControlStruct
Note: See TracChangeset for help on using the changeset viewer.