aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-01-25 08:15:26 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-01-25 08:15:26 -0500
commit3c86a619b57dc709a68840fda2060422065ff31d (patch)
treed6df34abfb12e869d7ab64b0372bd506e5ea614a
parent49c4584cea20a5944b9d73e71a8209327bafc593 (diff)
downloadgcc-3c86a619b57dc709a68840fda2060422065ff31d.zip
gcc-3c86a619b57dc709a68840fda2060422065ff31d.tar.gz
gcc-3c86a619b57dc709a68840fda2060422065ff31d.tar.bz2
Include expr.h after insn-config.h and insn-flags.h.
From-SVN: r8803
-rw-r--r--gcc/jump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/jump.c b/gcc/jump.c
index 6172969c..9cabf41 100644
--- a/gcc/jump.c
+++ b/gcc/jump.c
@@ -1,5 +1,5 @@
/* Optimize jump instructions, for GNU compiler.
- Copyright (C) 1987, 88, 89, 91, 92, 93, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1987, 88, 89, 91-94, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -55,9 +55,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "flags.h"
#include "hard-reg-set.h"
#include "regs.h"
-#include "expr.h"
#include "insn-config.h"
#include "insn-flags.h"
+#include "expr.h"
#include "real.h"
/* ??? Eventually must record somehow the labels used by jumps