mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
2013-10-29 Andrew MacLeod <amacleod@redhat.com>
|
||||||
|
|
||||||
* config/darwin.c: Include gimple.h.
|
* config/darwin.c: Include gimple.h.
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,9 @@ along with GCC; see the file COPYING3. If not see
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
/* For optimize_size */
|
/* For optimize_size */
|
||||||
#include "flags.h"
|
#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 */
|
/* For GET_MODE_BITSIZE, word_mode */
|
||||||
#include "machmode.h"
|
#include "machmode.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@ along with GCC; see the file COPYING3. If not see
|
||||||
#include "alias.h"
|
#include "alias.h"
|
||||||
#include "hashtab.h"
|
#include "hashtab.h"
|
||||||
#include "flags.h"
|
#include "flags.h"
|
||||||
#include "tree-core.h"
|
|
||||||
|
|
||||||
/* Value used by some passes to "recognize" noop moves as valid
|
/* Value used by some passes to "recognize" noop moves as valid
|
||||||
instructions. */
|
instructions. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue