Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.cc

    r6d49ea3 rea6332d  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Aug 17 15:39:37 2017
    13 // Update Count     : 27
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Mon Jul 24 16:32:00 2017
     13// Update Count     : 25
    1414//
    1515
     
    114114
    115115Statement *Mutator::mutate( IfStmt *ifStmt ) {
    116         mutateAll( ifStmt->get_initialization(), *this );
    117116        ifStmt->set_condition( maybeMutate( ifStmt->get_condition(), *this ) );
    118117        ifStmt->set_thenPart( maybeMutate( ifStmt->get_thenPart(), *this ) );
Note: See TracChangeset for help on using the changeset viewer.