regrename.c (scan_rtx_address): Initialize a variable to shut up the compiler.
* regrename.c (scan_rtx_address): Initialize a variable to shut up the compiler. From-SVN: r112350
This commit is contained in:
parent
d04b6e6e8a
commit
84c9cb12e6
@ -1,3 +1,8 @@
|
||||
2006-03-24 Bernd Schmidt <bernd.schmidt@analog.com>
|
||||
|
||||
* regrename.c (scan_rtx_address): Initialize a variable to shut up
|
||||
the compiler.
|
||||
|
||||
2006-03-24 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* config/rs6000/rs6000-protos.h (rs6000_offsettable_memref_p): Declare.
|
||||
|
@ -529,7 +529,7 @@ scan_rtx_address (rtx insn, 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…
Reference in New Issue
Block a user