Commit 860992e6 by Kazu Hirata Committed by Kazu Hirata

* reload1.c (reg_set_luid): Fix a comment typo.

From-SVN: r66137
parent 691d0896
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,
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment