Changes in src/CodeGen/CodeGenerator.cpp [a1fbad0:0139351]
- File:
-
- 1 edited
-
src/CodeGen/CodeGenerator.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.cpp
ra1fbad0 r0139351 167 167 ast::Pass<CodeGenerator> subCG( acc, subOptions ); 168 168 // Add the forall clause. 169 // TODO: These probably should be removed by now and the assert used. 169 170 if ( !decl->type_params.empty() ) { 170 171 assertf( !options.genC, "FunctionDecl forall should not reach code generation." ); … … 173 174 acc << ")" << std::endl; 174 175 } 175 // The forall clause should be printed early as part of the preamble.176 output << acc.str();177 acc.str("");178 176 179 177 acc << mangleName( decl );
Note:
See TracChangeset
for help on using the changeset viewer.