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
648cdd5e
Commit
648cdd5e
authored
Dec 13, 2004
by
Wolfgang Bangerth
Committed by
Jeff Law
Dec 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* reload.h: Remove struct needs and its only use.
From-SVN: r92114
parent
80effa75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
gcc/ChangeLog
+4
-0
gcc/reload.h
+0
-10
No files found.
gcc/ChangeLog
View file @
648cdd5e
2004
-
12
-
13
Wolfgang
Bangerth
<
bangerth
@
dealii
.
org
>
*
reload
.
h
:
Remove
struct
needs
and
its
only
use
.
2004
-
12
-
13
Roger
Sayle
<
roger
@
eyesopen
.
com
>
2004
-
12
-
13
Roger
Sayle
<
roger
@
eyesopen
.
com
>
PR
rtl
-
optimization
/
18928
PR
rtl
-
optimization
/
18928
...
...
gcc/reload.h
View file @
648cdd5e
...
@@ -193,13 +193,6 @@ extern char double_reg_address_ok;
...
@@ -193,13 +193,6 @@ extern char double_reg_address_ok;
extern
int
num_not_at_initial_offset
;
extern
int
num_not_at_initial_offset
;
struct
needs
{
/* [0] is normal, [1] is nongroup. */
short
regs
[
2
][
N_REG_CLASSES
];
short
groups
[
N_REG_CLASSES
];
};
#if defined SET_HARD_REG_BIT && defined CLEAR_REG_SET
#if defined SET_HARD_REG_BIT && defined CLEAR_REG_SET
/* This structure describes instructions which are relevant for reload.
/* This structure describes instructions which are relevant for reload.
Apart from all regular insns, this also includes CODE_LABELs, since they
Apart from all regular insns, this also includes CODE_LABELs, since they
...
@@ -229,9 +222,6 @@ struct insn_chain
...
@@ -229,9 +222,6 @@ struct insn_chain
/* Indicates which registers have already been used for spills. */
/* Indicates which registers have already been used for spills. */
HARD_REG_SET
used_spill_regs
;
HARD_REG_SET
used_spill_regs
;
/* Describe the needs for reload registers of this insn. */
struct
needs
need
;
/* Nonzero if find_reloads said the insn requires reloading. */
/* Nonzero if find_reloads said the insn requires reloading. */
unsigned
int
need_reload
:
1
;
unsigned
int
need_reload
:
1
;
/* Nonzero if find_reloads needs to be run during reload_as_needed to
/* Nonzero if find_reloads needs to be run during reload_as_needed to
...
...
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