Commit 11237229 by Steve Ellcey Committed by Steve Ellcey

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
parent 4dd3be81
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> 2014-05-27 Richard Biener <rguenther@suse.de>
* system.h (__STDC_FORMAT_MACROS): Define as very first thing. * system.h (__STDC_FORMAT_MACROS): Define as very first thing.
......
...@@ -71,6 +71,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -71,6 +71,7 @@ along with GCC; see the file COPYING3. If not see
#include "opts.h" #include "opts.h"
#include "tree-pass.h" #include "tree-pass.h"
#include "context.h" #include "context.h"
#include "cgraph.h"
/* True if X is an UNSPEC wrapper around a SYMBOL_REF or LABEL_REF. */ /* True if X is an UNSPEC wrapper around a SYMBOL_REF or LABEL_REF. */
#define UNSPEC_ADDRESS_P(X) \ #define UNSPEC_ADDRESS_P(X) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment