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>
|
||||
|
||||
* 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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue