aboutsummaryrefslogtreecommitdiff
path: root/gcc/reorg.c
diff options
context:
space:
mode:
authorLee Iverson <leei@Canada.AI.SRI.COM>1998-01-17 20:37:23 +0000
committerJeff Law <law@gcc.gnu.org>1998-01-17 13:37:23 -0700
commit51549d766565888f6f62d93f5fc2691e06f35f35 (patch)
treec2e886d93e114975bb591040eb1504246efc4c59 /gcc/reorg.c
parent3bf810d837ba3d6d10c315c55255ead71a4e5a5d (diff)
downloadgcc-51549d766565888f6f62d93f5fc2691e06f35f35.zip
gcc-51549d766565888f6f62d93f5fc2691e06f35f35.tar.gz
gcc-51549d766565888f6f62d93f5fc2691e06f35f35.tar.bz2
reorg.c: #include "expr.h" for rtx prototypes.
* reorg.c: #include "expr.h" for rtx prototypes. * Makefile.in (reorg.o): Depend on expr.h. From-SVN: r17393
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r--gcc/reorg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c
index 631ef4b..059152c 100644
--- a/gcc/reorg.c
+++ b/gcc/reorg.c
@@ -118,6 +118,7 @@ Boston, MA 02111-1307, USA. */
#include "config.h"
#include <stdio.h>
#include "rtl.h"
+#include "expr.h"
#include "insn-config.h"
#include "conditions.h"
#include "hard-reg-set.h"