rs6000.c: Include cgraph.h.

* config/rs6000/rs6000.c: Include cgraph.h.

From-SVN: r203824
This commit is contained in:
Andrew MacLeod 2013-10-18 14:59:30 +00:00 committed by Andrew Macleod
parent adc7a8127a
commit f41b884853
2 changed files with 5 additions and 0 deletions

View 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

View 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