aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2017-05-11 17:43:52 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2017-05-11 17:43:52 +0000
commit31cf88b660fd8b72f81976eaf792d6b288ab6efb (patch)
tree880cdc26fb152654d7b37536a65a778df0c1c436
parent4f15a5da6f41bec5eced2956cb3f2e098ec8d77b (diff)
downloadgcc-31cf88b660fd8b72f81976eaf792d6b288ab6efb.zip
gcc-31cf88b660fd8b72f81976eaf792d6b288ab6efb.tar.gz
gcc-31cf88b660fd8b72f81976eaf792d6b288ab6efb.tar.bz2
* graphite-poly.c: Include dumpfile.h.
From-SVN: r247919
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/graphite-poly.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f8a0f58..057973a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
2017-05-11 Nathan Sidwell <nathan@acm.org>
+ * graphite-poly.c: Include dumpfile.h.
+
* dumpfle.h (dump_function): Declare here ...
* tree-dump.h (dump_function): ... not here.
* dumpfile.c: #include tree-cfg.h.
diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c
index 5e9323a..2468ed6 100644
--- a/gcc/graphite-poly.c
+++ b/gcc/graphite-poly.c
@@ -40,6 +40,7 @@ along with GCC; see the file COPYING3. If not see
#include "pretty-print.h"
#include "gimple-pretty-print.h"
#include "graphite.h"
+#include "dumpfile.h"
/* Print to STDERR the GMP value VAL. */