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
860992e6
Commit
860992e6
authored
Apr 27, 2003
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 27, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* reload1.c (reg_set_luid): Fix a comment typo.
From-SVN: r66137
parent
691d0896
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/reload1.c
+1
-1
No files found.
gcc/ChangeLog
View file @
860992e6
2003-04-27 Kazu Hirata <kazu@cs.umass.edu>
* reload1.c (reg_set_luid): Fix a comment typo.
2003-04-27 Zack Weinberg <zack@codesourcery.com>
2003-04-27 Zack Weinberg <zack@codesourcery.com>
* varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
* varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
...
...
gcc/reload1.c
View file @
860992e6
...
@@ -9065,7 +9065,7 @@ reload_combine_note_use (xp, insn)
...
@@ -9065,7 +9065,7 @@ reload_combine_note_use (xp, insn)
use move2add_last_label_luid to note where the label is and then
use move2add_last_label_luid to note where the label is and then
later disable any optimization that would cross it.
later disable any optimization that would cross it.
reg_offset[n] / reg_base_reg[n] / reg_mode[n] are only valid if
reg_offset[n] / reg_base_reg[n] / reg_mode[n] are only valid if
reg_set_luid[n] is greater than
last_label_luid[n]
. */
reg_set_luid[n] is greater than
move2add_last_label_luid
. */
static
int
reg_set_luid
[
FIRST_PSEUDO_REGISTER
];
static
int
reg_set_luid
[
FIRST_PSEUDO_REGISTER
];
/* If reg_base_reg[n] is negative, register n has been set to
/* If reg_base_reg[n] is negative, register n has been set 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