From 5cec9f5974ed8ab0788179b2afd48eb484f39acb Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Fri, 10 Jul 2009 01:03:01 -0400 Subject: targhooks.c (default_target_can_inline_p): Rename from default_target_option_can_inline_p. * targhooks.c (default_target_can_inline_p): Rename from default_target_option_can_inline_p. * targhooks.h (default_target_can_inline_p): Likewise. * target-def.h (TARGET_CAN_INLINE_P): Rename from TARGET_OPTION_CAN_INLINE_P. * config/i386/i386.c (TARGET_CAN_INLINE_P): Likewise. * config/mep/mep.c (TARGET_CAN_INLINE_P): Likewise. (mep_target_can_inline_p): Rename from mep_target_option_can_inline_p. From-SVN: r149457 --- gcc/targhooks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/targhooks.h') diff --git a/gcc/targhooks.h b/gcc/targhooks.h index 5d77ce5..839f1c3 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -107,5 +107,5 @@ extern tree default_emutls_var_init (tree, tree, tree); extern bool default_hard_regno_scratch_ok (unsigned int); extern bool default_target_option_valid_attribute_p (tree, tree, tree, int); extern bool default_target_option_pragma_parse (tree, tree); -extern bool default_target_option_can_inline_p (tree, tree); +extern bool default_target_can_inline_p (tree, tree); extern unsigned int default_case_values_threshold (void); -- cgit v1.1