OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Jul 1992 17:17:49 +0000 (17:17 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Jul 1992 17:17:49 +0000 (17:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1556 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/integrate.c
gcc/loop.c
gcc/reload1.c

index 8822741..a6ef364 100644 (file)
@@ -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)
index 1122f6f..69520d7 100644 (file)
@@ -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.
index 35c3788..37b7cd7 100644 (file)
@@ -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