Changeset 1dcd9554 for src/CodeGen
- Timestamp:
- Sep 14, 2017, 3:42:14 PM (7 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:
- 310e5b7
- Parents:
- f92c696
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.cc
rf92c696 r1dcd9554 865 865 void CodeGenerator::visit( CaseStmt * caseStmt ) { 866 866 updateLocation( caseStmt ); 867 output << indent; 867 868 if ( caseStmt->isDefault()) { 868 869 output << "default";
Note: See TracChangeset
for help on using the changeset viewer.