Changeset 413f7f8 for src/main.cc


Ignore:
Timestamp:
Jul 7, 2015, 1:49:58 PM (10 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
82dd287
Parents:
e0ff3e6 (diff), 8686f31 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    re0ff3e6 r413f7f8  
    99// Author           : Richard C. Bilson
    1010// Created On       : Fri May 15 23:12:02 2015
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jun 22 17:02:11 2015
    13 // Update Count     : 73
     11// Last Modified By : Rob Schluntz
     12// Last Modified On : Mon Jul 06 15:01:26 2015
     13// Update Count     : 79
    1414//
    1515
     
    277277                GenPoly::box( translationUnit );
    278278
    279     // print the tree right before code generation
     279                // print tree right before code generation
    280280                if ( codegenp ) {
    281281                        printAll( translationUnit, std::cout );
     
    283283                } // if
    284284
    285                 CodeGen::generate( translationUnit, *output, protop );
     285                CodeGen::generate( translationUnit, *output, true ); //protop );
    286286
    287287                if ( output != &std::cout ) {
Note: See TracChangeset for help on using the changeset viewer.