Commit ff2da9fc by Richard Stallman

*** empty log message ***

From-SVN: r1556
parent 6cc98222
...@@ -339,7 +339,8 @@ finish_inline (fndecl, head) ...@@ -339,7 +339,8 @@ finish_inline (fndecl, head)
the insns for FNDECL. The insns in maybepermanent_obstack cannot be the insns for FNDECL. The insns in maybepermanent_obstack cannot be
modified by the compilation process, so we copy all of them to 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 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 void
save_for_inline_copying (fndecl) save_for_inline_copying (fndecl)
......
...@@ -33,6 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -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 Most of the complexity is in heuristics to decide when it is worth
while to do these things. */ while to do these things. */
#include <stdio.h>
#include "config.h" #include "config.h"
#include "rtl.h" #include "rtl.h"
#include "obstack.h" #include "obstack.h"
...@@ -44,7 +45,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -44,7 +45,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "recog.h" #include "recog.h"
#include "flags.h" #include "flags.h"
#include "real.h" #include "real.h"
#include <stdio.h>
#include "loop.h" #include "loop.h"
/* Vector mapping INSN_UIDs to luids. /* Vector mapping INSN_UIDs to luids.
......
...@@ -18,6 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to ...@@ -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. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include "config.h" #include "config.h"
#include "rtl.h" #include "rtl.h"
#include "obstack.h" #include "obstack.h"
...@@ -32,7 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -32,7 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "recog.h" #include "recog.h"
#include "basic-block.h" #include "basic-block.h"
#include "output.h" #include "output.h"
#include <stdio.h>
/* This file contains the reload pass of the compiler, which is /* This file contains the reload pass of the compiler, which is
run after register allocation has been done. It checks that run after register allocation has been done. It checks that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment