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
a5342656
Commit
a5342656
authored
Aug 07, 2003
by
Richard Sandiford
Committed by
Richard Sandiford
Aug 07, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* local-alloc.c (combine_regs): Fix comment typo.
From-SVN: r70220
parent
62ad7de1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/local-alloc.c
+2
-2
No files found.
gcc/ChangeLog
View file @
a5342656
2003-08-07 Richard Sandiford <rsandifo@redhat.com>
* local-alloc.c (combine_regs): Fix comment typo.
2003-08-06 Zack Weinberg <zack@codesourcery.com>
* c-decl.c (builtin_decls): Replace with first_builtin_decl
...
...
gcc/local-alloc.c
View file @
a5342656
...
...
@@ -1738,7 +1738,7 @@ qty_sugg_compare_1 (const void *q1p, const void *q2p)
Combining registers means marking them as having the same quantity
and adjusting the offsets within the quantity if either of
them is a SUBREG
)
.
them is a SUBREG.
We don't actually combine a hard reg with a pseudo; instead
we just record the hard reg as the suggestion for the pseudo's quantity.
...
...
@@ -1749,7 +1749,7 @@ qty_sugg_compare_1 (const void *q1p, const void *q2p)
there is no REG_DEAD note on INSN. This occurs during the processing
of REG_NO_CONFLICT blocks.
MAY_SAVE_COPY
COPY
is nonzero if this insn is simply copying USEDREG to
MAY_SAVE_COPY is nonzero if this insn is simply copying USEDREG to
SETREG or if the input and output must share a register.
In that case, we record a hard reg suggestion in QTY_PHYS_COPY_SUGG.
...
...
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