Changes in src/GenPoly/Specialize.cc [d29fa5f:fc72845d]
- File:
-
- 1 edited
-
src/GenPoly/Specialize.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Specialize.cc
rd29fa5f rfc72845d 147 147 148 148 Expression * Specialize::doSpecialization( Type *formalType, Expression *actual, InferredParams *inferParams ) { 149 assertf( actual-> result, "attempting to specialize an untyped expression" );149 assertf( actual->has_result(), "attempting to specialize an untyped expression" ); 150 150 if ( needsSpecialization( formalType, actual->get_result(), env ) ) { 151 151 if ( FunctionType *funType = getFunctionType( formalType ) ) {
Note:
See TracChangeset
for help on using the changeset viewer.