* config/alpha/alpha.c (alpha_expand_mov): Initialize temp.
From-SVN: r45422
This commit is contained in:
parent
4d9efc41d4
commit
666b0481c3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-09-05 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/alpha/alpha.c (alpha_expand_mov): Initialize temp.
|
||||
|
||||
2001-09-05 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* function.c (ggc_mark_struct_function): Mark f->outer.
|
||||
|
|
|
@ -1839,7 +1839,7 @@ alpha_expand_mov (mode, operands)
|
|||
|| GET_CODE (operands[1]) == CONST_DOUBLE)
|
||||
{
|
||||
HOST_WIDE_INT i0, i1;
|
||||
rtx temp;
|
||||
rtx temp = NULL_RTX;
|
||||
|
||||
if (GET_CODE (operands[1]) == CONST_INT)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue