diff options
Diffstat (limited to 'gcc/cgraphclones.c')
-rw-r--r-- | gcc/cgraphclones.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cgraphclones.c b/gcc/cgraphclones.c index 726e31e..b0dc372 100644 --- a/gcc/cgraphclones.c +++ b/gcc/cgraphclones.c @@ -892,8 +892,6 @@ cgraph_node::create_version_clone (tree new_decl, e->redirect_callee (new_version); } - symtab->call_cgraph_duplication_hooks (this, new_version); - dump_callgraph_transformation (this, new_version, suffix); return new_version; |