mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 14:29:29 +08:00
* reload1.c (reg_set_luid): Fix a comment typo.
From-SVN: r66137
This commit is contained in:
parent
691d089679
commit
860992e60c
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
|
||||
|
@ -9065,7 +9065,7 @@ reload_combine_note_use (xp, insn)
|
||||
use move2add_last_label_luid to note where the label is and then
|
||||
later disable any optimization that would cross it.
|
||||
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];
|
||||
|
||||
/* If reg_base_reg[n] is negative, register n has been set to
|
||||
|
Loading…
Reference in New Issue
Block a user