diff options
Diffstat (limited to 'gcc/print-tree.c')
-rw-r--r-- | gcc/print-tree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/print-tree.c b/gcc/print-tree.c index 0d352642157..969c6ea4ba7 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -425,8 +425,6 @@ print_node (FILE *file, const char *prefix, tree node, int indent) fputs (" virtual", file); if (DECL_PRESERVE_P (node)) fputs (" preserve", file); - if (DECL_NO_TBAA_P (node)) - fputs (" no-tbaa", file); if (DECL_LANG_FLAG_0 (node)) fputs (" decl_0", file); if (DECL_LANG_FLAG_1 (node)) |