Changeset 058f549
- Timestamp:
 - Sep 1, 2017, 10:23:52 AM (8 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
 - Children:
 - cccc534
 - Parents:
 - fbcb354
 - File:
 - 
      
- 1 edited
 
- 
          
  src/CodeGen/CodeGenerator.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/CodeGen/CodeGenerator.cc
rfbcb354 r058f549 760 760 for ( Statement * stmt : stmts ) { 761 761 updateLocation( stmt ); 762 output << printLabels( stmt->get_labels() );762 output << indent << printLabels( stmt->get_labels() ); 763 763 if ( i+1 == numStmts ) { 764 764 // last statement in a statement expression needs to be handled specially -  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.