Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/FindFunction.cc

    rb8b5535 rc6b4432  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // FindFunction.cc -- Find function types in a larger type.
     7// FindFunction.cc --
    88//
    99// Author           : Richard C. Bilson
     
    6969        GuardScope( typeVars );
    7070        handleForall( type->forall );
     71        //ast::accept_all( type->returns, *visitor );
     72        // This might have to become ast::mutate_each with return.
    7173        ast::accept_each( type->returns, *visitor );
    7274}
     
    7779                functions.push_back( type );
    7880                if ( replaceMode ) {
    79                         // Replace type parameters in function type with void *.
     81                        // replace type parameters in function type with void*
    8082                        ret = scrubTypeVars( ast::deepCopy( type ), typeVars );
    8183                } // if
Note: See TracChangeset for help on using the changeset viewer.