Typo in internals

Mohamed Shafi shafitvm@gmail.com
Fri Oct 23 11:52:00 GMT 2009


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.



More information about the Gcc mailing list