mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-26 19:51:12 +08:00
regrename.c (replace_oldest_value_addr): Initialize a variable to shut up the compiler.
* regrename.c (replace_oldest_value_addr): Initialize a variable to shut up the compiler. From-SVN: r112423
This commit is contained in:
parent
575066d2f2
commit
b256fbaf6e
@ -1,3 +1,8 @@
|
||||
2006-03-27 Bernd Schmidt <bernd.schmidt@analog.com>
|
||||
|
||||
* regrename.c (replace_oldest_value_addr): Initialize a variable to
|
||||
shut up the compiler.
|
||||
|
||||
2006-03-27 J"orn Rennecke <joern.rennecke@st.com>
|
||||
|
||||
* config/sh/t-sh ($(T)libic_invalidate_array_4-100.a): Fix rule
|
||||
|
@ -1453,7 +1453,7 @@ replace_oldest_value_addr (rtx *loc, enum reg_class cl,
|
||||
rtx op1 = orig_op1;
|
||||
rtx *locI = NULL;
|
||||
rtx *locB = NULL;
|
||||
enum rtx_code index_code;
|
||||
enum rtx_code index_code = SCRATCH;
|
||||
|
||||
if (GET_CODE (op0) == SUBREG)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user