public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* TARGET_OPTION_CAN_INLINE_P vs TARGET_CAN_INLINE_P
@ 2009-07-09  2:19 DJ Delorie
  2009-07-09  4:29 ` Ian Lance Taylor
  0 siblings, 1 reply; 5+ messages in thread
From: DJ Delorie @ 2009-07-09  2:19 UTC (permalink / raw)
  To: gcc


The documentation says:

@deftypefn {Target Hook} bool TARGET_CAN_INLINE_P (tree @var{caller}, tree @var{callee})

But the code says:

#ifndef TARGET_OPTION_CAN_INLINE_P
#define TARGET_OPTION_CAN_INLINE_P default_target_option_can_inline_p
#endif

#define TARGET_OPTION_HOOKS			\
  {						\
    . . .
    TARGET_OPTION_CAN_INLINE_P,			\


This hook really has nothing to do with command line options.  Which
spelling is correct?  The code, or the documentation?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-10  5:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-09  2:19 TARGET_OPTION_CAN_INLINE_P vs TARGET_CAN_INLINE_P DJ Delorie
2009-07-09  4:29 ` Ian Lance Taylor
2009-07-10  0:45   ` DJ Delorie
2009-07-10  4:56     ` Ian Lance Taylor
2009-07-10  5:03       ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).