aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2013-10-29 16:37:01 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2013-10-29 16:37:01 +0000
commitbdaaa1f177dbc41b761936b150079dadc7da497e (patch)
tree8c179335c637cc87b190eb5285b400e130791c21 /gcc
parentf3e79ec8324c576f93a3230473a47055588fcac1 (diff)
downloadgcc-bdaaa1f177dbc41b761936b150079dadc7da497e.zip
gcc-bdaaa1f177dbc41b761936b150079dadc7da497e.tar.gz
gcc-bdaaa1f177dbc41b761936b150079dadc7da497e.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/expr.h3
-rw-r--r--gcc/rtl.h1
3 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4b54fa6..7400792 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
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.
* config/i386/winnt.c: Likewise.
diff --git a/gcc/expr.h b/gcc/expr.h
index 2d79164..56f504a 100644
--- a/gcc/expr.h
+++ b/gcc/expr.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"
diff --git a/gcc/rtl.h b/gcc/rtl.h
index b7b3516..247a0d0 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.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. */