From ff2da9fc8fba78f752ed45e8fc4b478e3ff5989e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 11 Jul 1992 17:17:49 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1556 --- gcc/integrate.c | 3 ++- gcc/loop.c | 2 +- gcc/reload1.c | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gcc/integrate.c b/gcc/integrate.c index 88227412265..a6ef3648efd 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -339,7 +339,8 @@ finish_inline (fndecl, head) the insns for FNDECL. The insns in maybepermanent_obstack cannot be modified by the compilation process, so we copy all of them to new storage and consider the new insns to be the insn chain to be - compiled. */ + compiled. Our caller (rest_of_compilation) saves the original + DECL_INITIAL and DECL_ARGUMENTS; here we copy them. */ void save_for_inline_copying (fndecl) diff --git a/gcc/loop.c b/gcc/loop.c index 1122f6fe821..69520d76fd2 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -33,6 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ Most of the complexity is in heuristics to decide when it is worth while to do these things. */ +#include #include "config.h" #include "rtl.h" #include "obstack.h" @@ -44,7 +45,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "recog.h" #include "flags.h" #include "real.h" -#include #include "loop.h" /* Vector mapping INSN_UIDs to luids. diff --git a/gcc/reload1.c b/gcc/reload1.c index 35c37883e21..37b7cd749a8 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -18,6 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include #include "config.h" #include "rtl.h" #include "obstack.h" @@ -32,7 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "recog.h" #include "basic-block.h" #include "output.h" -#include /* This file contains the reload pass of the compiler, which is run after register allocation has been done. It checks that -- 2.30.2