diff options
Diffstat (limited to 'gcc/cgraph.c')
| -rw-r--r-- | gcc/cgraph.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 9f00f609dee..84cd4b1b607 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -328,7 +328,7 @@ cgraph_remove_node (struct cgraph_node *node) else { htab_clear_slot (cgraph_hash, slot); - if (!dump_enabled_p (TDI_all)) + if (!dump_enabled_p (TDI_tree_all)) { DECL_SAVED_TREE (node->decl) = NULL; DECL_STRUCT_FUNCTION (node->decl) = NULL; @@ -356,7 +356,7 @@ cgraph_remove_node (struct cgraph_node *node) || (!n->global.inlined_to && !TREE_ASM_WRITTEN (n->decl) && !DECL_EXTERNAL (n->decl))) break; - if (!n && !dump_enabled_p (TDI_all)) + if (!n && !dump_enabled_p (TDI_tree_all)) { DECL_SAVED_TREE (node->decl) = NULL; DECL_STRUCT_FUNCTION (node->decl) = NULL; |

