]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000.c: Include cgraph.h.
authorAndrew MacLeod <amacleod@redhat.com>
Fri, 18 Oct 2013 14:59:30 +0000 (14:59 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Fri, 18 Oct 2013 14:59:30 +0000 (14:59 +0000)
* config/rs6000/rs6000.c: Include cgraph.h.

From-SVN: r203824

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index a677fa4b77ca158f4ee77e124feec8615fa07fb7..05535185d152970ad067240bb96ce5e2e7a71cd3 100644 (file)
@@ -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
index 4daebf26a30aaf2af572b2617999dadbe75eeddf..7dc68fdf44bd2b56fdca341266772e4dade5e9de 100644 (file)
@@ -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