Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.cpp

    ra1fbad0 r0139351  
    167167        ast::Pass<CodeGenerator> subCG( acc, subOptions );
    168168        // Add the forall clause.
     169        // TODO: These probably should be removed by now and the assert used.
    169170        if ( !decl->type_params.empty() ) {
    170171                assertf( !options.genC, "FunctionDecl forall should not reach code generation." );
     
    173174                acc << ")" << std::endl;
    174175        }
    175         // The forall clause should be printed early as part of the preamble.
    176         output << acc.str();
    177         acc.str("");
    178176
    179177        acc << mangleName( decl );
Note: See TracChangeset for help on using the changeset viewer.