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
This commit is contained in:
Steve Ellcey 2014-05-27 15:59:31 +00:00 committed by Steve Ellcey
parent 4dd3be8165
commit 112372291b
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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) \