summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-17 20:37:23 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-17 20:37:23 +0000
commitd836923562d671a4fb5fc45702037e2fbe0f980d (patch)
treec2e886d93e114975bb591040eb1504246efc4c59 /gcc/reorg.c
parent933b38ee7a2099d1f18abb7ebfd8a4c52528e239 (diff)
downloadgcc-d836923562d671a4fb5fc45702037e2fbe0f980d.tar.gz
* reorg.c: #include "expr.h" for rtx prototypes.
* Makefile.in (reorg.o): Depend on expr.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17393 138bc75d-0d04-0410-961f-82ee72b054a4
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 631ef4beaf2..059152cd1b4 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"