Hi,

The internal doc says :

— Target Hook: bool TARGET_CAN_INLINE_P (tree caller, tree callee)

    This target hook returns false if the caller function cannot
inline callee, based on target specific information. By default,
inlining is not allowed if the callee function has function specific
target options and the caller does not use the same options.


But looking in the sources i think this really should have been
TARGET_OPTION_CAN_INLINE_P


Shafi.

Reply via email to