]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-diagnostic.c
Simplify usage of some TDF_* flags.
[thirdparty/gcc.git] / gcc / tree-diagnostic.c
index 4f211ed42b3565701ca74055f4c6c54e6878922f..1009c78ab3cf1a48b221f10475b60db6aea7d5cf 100644 (file)
@@ -26,7 +26,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic.h"
 #include "tree-pretty-print.h"
 #include "tree-diagnostic.h"
-#include "dumpfile.h" /* TDF_DIAGNOSTIC */
 #include "langhooks.h"
 #include "intl.h"
 
@@ -294,7 +293,7 @@ default_tree_printer (pretty_printer *pp, text_info *text, const char *spec,
       pp_string (pp, n);
     }
   else
-    dump_generic_node (pp, t, 0, TDF_DIAGNOSTIC, 0);
+    dump_generic_node (pp, t, 0, TDF_SLIM, 0);
 
   return true;
 }