From 112372291ba760f2f51576e28f8c59a2a89fad61 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Tue, 27 May 2014 15:59:31 +0000 Subject: mips.c: Add include of cgraph.h. 2014-05-27 Steve Ellcey * config/mips/mips.c: Add include of cgraph.h. From-SVN: r210975 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/mips.c | 1 + 2 files changed, 5 insertions(+) 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 + + * config/mips/mips.c: Add include of cgraph.h. + 2014-05-27 Richard Biener * 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) \ -- cgit v1.1