Ignore:
Timestamp:
Nov 15, 2023, 5:01:36 PM (11 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
f22b170b
Parents:
45a091b
Message:

Major round of clean-up in the GenPoly? directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/FindFunction.cc

    r45a091b rb8b5535  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // FindFunction.cc --
     7// FindFunction.cc -- Find function types in a larger type.
    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.
    7371        ast::accept_each( type->returns, *visitor );
    7472}
     
    7977                functions.push_back( type );
    8078                if ( replaceMode ) {
    81                         // replace type parameters in function type with void*
     79                        // Replace type parameters in function type with void *.
    8280                        ret = scrubTypeVars( ast::deepCopy( type ), typeVars );
    8381                } // if
Note: See TracChangeset for help on using the changeset viewer.