Commit f3b249e5 by Richard Guenther Committed by Richard Biener

lto-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Remove definition.

2012-04-05  Richard Guenther  <rguenther@suse.de>

	* lto-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Remove
	definition.

From-SVN: r186166
parent 216820a4
2012-04-05 Richard Guenther <rguenther@suse.de>
* lto-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Remove
definition.
2012-03-12 Richard Guenther <rguenther@suse.de> 2012-03-12 Richard Guenther <rguenther@suse.de>
* lto-lang.c (builtin_type_for_size): Use lto_type_for_size. * lto-lang.c (builtin_type_for_size): Use lto_type_for_size.
......
...@@ -1259,8 +1259,6 @@ static void lto_init_ts (void) ...@@ -1259,8 +1259,6 @@ static void lto_init_ts (void)
#define LANG_HOOKS_INIT lto_init #define LANG_HOOKS_INIT lto_init
#undef LANG_HOOKS_PARSE_FILE #undef LANG_HOOKS_PARSE_FILE
#define LANG_HOOKS_PARSE_FILE lto_main #define LANG_HOOKS_PARSE_FILE lto_main
#undef LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION
#define LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION tree_rest_of_compilation
#undef LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS #undef LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS
#define LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS true #define LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS true
#undef LANG_HOOKS_TYPES_COMPATIBLE_P #undef LANG_HOOKS_TYPES_COMPATIBLE_P
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment