Changes in src/main.cc [8686f31:de62360d]
- File:
-
- 1 edited
-
src/main.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r8686f31 rde62360d 9 9 // Author : Richard C. Bilson 10 10 // Created On : Fri May 15 23:12:02 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : Mon Ju l 06 15:01:26201513 // Update Count : 7 911 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jun 22 17:02:11 2015 13 // Update Count : 73 14 14 // 15 15 … … 277 277 GenPoly::box( translationUnit ); 278 278 279 // printtree right before code generation279 // print the tree right before code generation 280 280 if ( codegenp ) { 281 281 printAll( translationUnit, std::cout ); … … 283 283 } // if 284 284 285 CodeGen::generate( translationUnit, *output, true ); //protop );285 CodeGen::generate( translationUnit, *output, protop ); 286 286 287 287 if ( output != &std::cout ) {
Note:
See TracChangeset
for help on using the changeset viewer.