diff options
author | Jan Hubicka <hubicka@ucw.cz> | 2014-09-26 03:49:40 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2014-09-26 01:49:40 +0000 |
commit | 6eb0ae29ec058a56434c43ebd8c8b3741bf6475c (patch) | |
tree | c89e2e926d323591a5f20d5347f51459e4809ae2 /gcc/ipa-prop.h | |
parent | 9f442ef4a094e8d284e28ca6c9b9f57763289b07 (diff) | |
download | gcc-6eb0ae29ec058a56434c43ebd8c8b3741bf6475c.zip gcc-6eb0ae29ec058a56434c43ebd8c8b3741bf6475c.tar.gz gcc-6eb0ae29ec058a56434c43ebd8c8b3741bf6475c.tar.bz2 |
ipa-prop.c (ipa_intraprocedural_devirtualization): Remove.
* ipa-prop.c (ipa_intraprocedural_devirtualization): Remove.
* ipa-prop.h (ipa_intraprocedural_devirtualization): Remove.
* tree-ssa-prop.c (eliminate_dom_walker::before_dom_children):
Remove.
From-SVN: r215628
Diffstat (limited to 'gcc/ipa-prop.h')
-rw-r--r-- | gcc/ipa-prop.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h index a6db8f6..27a1697 100644 --- a/gcc/ipa-prop.h +++ b/gcc/ipa-prop.h @@ -587,7 +587,6 @@ tree ipa_get_indirect_edge_target (struct cgraph_edge *ie, vec<ipa_agg_jump_function_p> ); struct cgraph_edge *ipa_make_edge_direct_to_target (struct cgraph_edge *, tree); tree ipa_binfo_from_known_type_jfunc (struct ipa_jump_func *); -tree ipa_intraprocedural_devirtualization (gimple); tree ipa_impossible_devirt_target (struct cgraph_edge *, tree); /* Functions related to both. */ |