aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-11 17:17:49 +0000
committerRichard Stallman <rms@gnu.org>1992-07-11 17:17:49 +0000
commitff2da9fc8fba78f752ed45e8fc4b478e3ff5989e (patch)
tree22da880f5a436504f35442979ca784dfd09ce46f
parent6cc98222953ccc484682d1489e6f59b6f9adec8d (diff)
downloadgcc-ff2da9fc8fba78f752ed45e8fc4b478e3ff5989e.zip
gcc-ff2da9fc8fba78f752ed45e8fc4b478e3ff5989e.tar.gz
gcc-ff2da9fc8fba78f752ed45e8fc4b478e3ff5989e.tar.bz2
*** empty log message ***
From-SVN: r1556
-rw-r--r--gcc/integrate.c3
-rw-r--r--gcc/loop.c2
-rw-r--r--gcc/reload1.c2
3 files changed, 4 insertions, 3 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c
index 8822741..a6ef364 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 1122f6f..69520d76 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 <stdio.h>
#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 <stdio.h>
#include "loop.h"
/* Vector mapping INSN_UIDs to luids.
diff --git a/gcc/reload1.c b/gcc/reload1.c
index 35c3788..37b7cd7 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 <stdio.h>
#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 <stdio.h>
/* This file contains the reload pass of the compiler, which is
run after register allocation has been done. It checks that