cse.c (mention_regs): Set SUBREG_TICKED to the register number, not the address of...
authorGeoffrey Keating <geoffk@apple.com>
Sat, 12 Oct 2002 00:00:39 +0000 (00:00 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 12 Oct 2002 00:00:39 +0000 (00:00 +0000)
commit5dd78e9a69102038e5dcf029c718bfade6dd5461
treefc3bbf2bb824ba3d8955f5fa89f3124ae65e30a8
parent8eb32f9496d242b2fe29b701c909ad61ff279a3e
cse.c (mention_regs): Set SUBREG_TICKED to the register number, not the address of the REG.

* cse.c (mention_regs): Set SUBREG_TICKED to the register number,
not the address of the REG.
(struct cse_reg_info): Make subreg_ticked unsigned.

From-SVN: r58075
gcc/ChangeLog
gcc/cse.c