expr.h: Revert change and include tree-core.h.
* expr.h: Revert change and include tree-core.h. * rtl.h: Revert change and don't include tree-core.h. From-SVN: r204167
This commit is contained in:
parent
f3e79ec832
commit
bdaaa1f177
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-10-29 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* expr.h: Revert change and include tree-core.h.
|
||||
* rtl.h: Revert change and don't include tree-core.h.
|
||||
|
||||
2013-10-29 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* config/darwin.c: Include gimple.h.
|
||||
|
|
|
@ -26,6 +26,9 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
/* For optimize_size */
|
||||
#include "flags.h"
|
||||
/* For host_integerp, tree_low_cst, fold_convert, size_binop, ssize_int,
|
||||
TREE_CODE, TYPE_SIZE, int_size_in_bytes, */
|
||||
#include "tree-core.h"
|
||||
/* For GET_MODE_BITSIZE, word_mode */
|
||||
#include "machmode.h"
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "alias.h"
|
||||
#include "hashtab.h"
|
||||
#include "flags.h"
|
||||
#include "tree-core.h"
|
||||
|
||||
/* Value used by some passes to "recognize" noop moves as valid
|
||||
instructions. */
|
||||
|
|
Loading…
Add table
Reference in a new issue