Changeset 843054c2 for src/CodeGen
- Timestamp:
- May 21, 2015, 9:44:51 PM (11 years ago)
- 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:
- 76f2e97f
- Parents:
- a08ba92
- Location:
- src/CodeGen
- Files:
-
- 11 moved
-
CodeGenerator2.cc (moved) (moved from translator/CodeGen/CodeGenerator2.cc ) (2 diffs)
-
CodeGenerator2.h (moved) (moved from translator/CodeGen/CodeGenerator2.h )
-
FixNames.cc (moved) (moved from translator/CodeGen/FixNames.cc )
-
FixNames.h (moved) (moved from translator/CodeGen/FixNames.h )
-
GenType.cc (moved) (moved from translator/CodeGen/GenType.cc )
-
GenType.h (moved) (moved from translator/CodeGen/GenType.h )
-
Generate.cc (moved) (moved from translator/CodeGen/Generate.cc )
-
Generate.h (moved) (moved from translator/CodeGen/Generate.h )
-
OperatorTable.cc (moved) (moved from translator/CodeGen/OperatorTable.cc )
-
OperatorTable.h (moved) (moved from translator/CodeGen/OperatorTable.h )
-
module.mk (moved) (moved from translator/CodeGen/module.mk )
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator2.cc
ra08ba92 r843054c2 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon May 18 23:34:27201513 // Update Count : 112 // Last Modified On : Thu May 21 17:13:35 2015 13 // Update Count : 7 14 14 // 15 15 … … 656 656 before << "register "; 657 657 break; 658 case Declaration::Inline: 659 before << "inline "; 660 break; 661 case Declaration::Fortran: 662 before << "fortran "; 663 break; 664 } 658 } // switch 665 659 } 666 660 } // namespace CodeGen
Note:
See TracChangeset
for help on using the changeset viewer.