Changes in src/CodeGen/CodeGenerator.cc [3a5131ed:e994912]
- File:
-
- 1 edited
-
src/CodeGen/CodeGenerator.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.cc
r3a5131ed re994912 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Feb 16 14:56:29201713 // Update Count : 41 812 // Last Modified On : Thu Feb 9 15:05:18 2017 13 // Update Count : 417 14 14 // 15 15 … … 141 141 } // if 142 142 output << genType( functionDecl->get_functionType(), mangleName( functionDecl ), pretty ); 143 144 // how to get this to the Functype? 145 std::list< Declaration * > olds = functionDecl->get_oldDecls(); 146 if ( ! olds.empty() ) { 147 output << " /* function has old declaration */"; 148 } // if 143 149 144 150 asmName( functionDecl );
Note:
See TracChangeset
for help on using the changeset viewer.