diff options
author | Steve Ellcey <sellcey@mips.com> | 2014-05-27 15:59:31 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2014-05-27 15:59:31 +0000 |
commit | 112372291ba760f2f51576e28f8c59a2a89fad61 (patch) | |
tree | 35e2c1a8022fe29a1b4f3e6801f991f96d44ac0e | |
parent | 4dd3be8165d785478763d3e5409df874d2ac5da0 (diff) | |
download | gcc-112372291ba760f2f51576e28f8c59a2a89fad61.zip gcc-112372291ba760f2f51576e28f8c59a2a89fad61.tar.gz gcc-112372291ba760f2f51576e28f8c59a2a89fad61.tar.bz2 |
mips.c: Add include of cgraph.h.
2014-05-27 Steve Ellcey <sellcey@mips.com>
* config/mips/mips.c: Add include of cgraph.h.
From-SVN: r210975
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/mips.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0a7fe22..2bcf9b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-05-27 Steve Ellcey <sellcey@mips.com> + + * config/mips/mips.c: Add include of cgraph.h. + 2014-05-27 Richard Biener <rguenther@suse.de> * system.h (__STDC_FORMAT_MACROS): Define as very first thing. diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index eefcfd2..46e6b81 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -71,6 +71,7 @@ along with GCC; see the file COPYING3. If not see #include "opts.h" #include "tree-pass.h" #include "context.h" +#include "cgraph.h" /* True if X is an UNSPEC wrapper around a SYMBOL_REF or LABEL_REF. */ #define UNSPEC_ADDRESS_P(X) \ |