* config/alpha/alpha.c (alpha_expand_mov): Initialize temp.

From-SVN: r45422
This commit is contained in:
Richard Henderson 2001-09-05 11:37:30 -07:00 committed by Richard Henderson
parent 4d9efc41d4
commit 666b0481c3
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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)
{