mirror of git://gcc.gnu.org/git/gcc.git
rs6000.c: Include cgraph.h.
* config/rs6000/rs6000.c: Include cgraph.h. From-SVN: r203824
This commit is contained in:
parent
adc7a8127a
commit
f41b884853
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue