From 3c86a619b57dc709a68840fda2060422065ff31d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 25 Jan 1995 08:15:26 -0500 Subject: [PATCH] Include expr.h after insn-config.h and insn-flags.h. From-SVN: r8803 --- gcc/jump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/jump.c b/gcc/jump.c index 6172969c4af..9cabf4145b7 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 -- 2.30.2