diff options
Diffstat (limited to 'gcc/cgraphclones.c')
-rw-r--r-- | gcc/cgraphclones.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphclones.c b/gcc/cgraphclones.c index 69572b9..c4ebbb8 100644 --- a/gcc/cgraphclones.c +++ b/gcc/cgraphclones.c @@ -78,7 +78,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-eh.h" #include "tree-cfg.h" #include "tree-inline.h" -#include "tree-dump.h" +#include "dumpfile.h" #include "gimple-pretty-print.h" /* Create clone of edge in the node N represented by CALL_EXPR |