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
13c8e8e3
Commit
13c8e8e3
authored
Oct 16, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment tweak.
From-SVN: r23150
parent
297927a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
gcc/reload1.c
+3
-1
No files found.
gcc/reload1.c
View file @
13c8e8e3
...
@@ -156,7 +156,9 @@ static rtx spill_reg_stored_to[FIRST_PSEUDO_REGISTER];
...
@@ -156,7 +156,9 @@ static rtx spill_reg_stored_to[FIRST_PSEUDO_REGISTER];
/* This table is the inverse mapping of spill_regs:
/* This table is the inverse mapping of spill_regs:
indexed by hard reg number,
indexed by hard reg number,
it contains the position of that reg in spill_regs,
it contains the position of that reg in spill_regs,
or -1 for something that is not in spill_regs. */
or -1 for something that is not in spill_regs.
?!? This is no longer accurate. */
static
short
spill_reg_order
[
FIRST_PSEUDO_REGISTER
];
static
short
spill_reg_order
[
FIRST_PSEUDO_REGISTER
];
/* This reg set indicates registers that may not be used for retrying global
/* This reg set indicates registers that may not be used for retrying global
...
...
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