diff options
| author | Andrew MacLeod <amacleod@redhat.com> | 2013-10-29 16:37:01 +0000 |
|---|---|---|
| committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2013-10-29 16:37:01 +0000 |
| commit | bdaaa1f177dbc41b761936b150079dadc7da497e (patch) | |
| tree | 8c179335c637cc87b190eb5285b400e130791c21 /gcc/expr.h | |
| parent | f3e79ec8324c576f93a3230473a47055588fcac1 (diff) | |
| download | gcc-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/expr.h')
| -rw-r--r-- | gcc/expr.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
