]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/rs6000/rs6000.c: Include cgraph.h.
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Oct 2013 14:59:30 +0000 (14:59 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Oct 2013 14:59:30 +0000 (14:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203824 138bc75d-0d04-0410-961f-82ee72b054a4

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