Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
ff2da9fc
Commit
ff2da9fc
authored
Jul 11, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1556
parent
6cc98222
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/integrate.c
+2
-1
gcc/loop.c
+1
-1
gcc/reload1.c
+1
-1
No files found.
gcc/integrate.c
View file @
ff2da9fc
...
@@ -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
)
...
...
gcc/loop.c
View file @
ff2da9fc
...
@@ -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.
...
...
gcc/reload1.c
View file @
ff2da9fc
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment