Changes in src/InitTweak/InitTweak.cc [f072892:57acae0]
- File:
-
- 1 edited
-
src/InitTweak/InitTweak.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.cc
rf072892 r57acae0 408 408 return allofCtorDtor( stmt, []( Expression * callExpr ){ 409 409 if ( ApplicationExpr * appExpr = isIntrinsicCallExpr( callExpr ) ) { 410 FunctionType *funcType = GenPoly::getFunctionType( appExpr-> function->result);410 FunctionType *funcType = GenPoly::getFunctionType( appExpr->get_function()->get_result() ); 411 411 assert( funcType ); 412 412 return funcType->get_parameters().size() == 1;
Note:
See TracChangeset
for help on using the changeset viewer.