aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2013-10-18 14:59:30 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2013-10-18 14:59:30 +0000
commitf41b884853851173c255640a0786ef3f56dfa813 (patch)
tree64fe6e581672c7e0a25b7ae8ae71c2402650fe9d
parentadc7a8127ae13139fc1ea7ea375180f2b3a912ea (diff)
downloadgcc-f41b884853851173c255640a0786ef3f56dfa813.zip
gcc-f41b884853851173c255640a0786ef3f56dfa813.tar.gz
gcc-f41b884853851173c255640a0786ef3f56dfa813.tar.bz2
rs6000.c: Include cgraph.h.
* config/rs6000/rs6000.c: Include cgraph.h. From-SVN: r203824
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/rs6000.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a677fa4..0553518 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-18 Andrew MacLeod <amacleod@redhat.com>
+
+ * config/rs6000/rs6000.c: Include cgraph.h.
+
2013-10-18 Teresa Johnson <tejohnson@google.com>
* tree-ssa-tail-merge.c (replace_block_by): Update edge
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c
index 4daebf2..7dc68fd 100644
--- a/gcc/config/rs6000/rs6000.c
+++ b/gcc/config/rs6000/rs6000.c
@@ -58,6 +58,7 @@
#include "opts.h"
#include "tree-vectorizer.h"
#include "dumpfile.h"
+#include "cgraph.h"
#if TARGET_XCOFF
#include "xcoffout.h" /* get declarations of xcoff_*_section_name */
#endif