mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 04:10:29 +08:00
* config/alpha/alpha.c (alpha_expand_mov): Initialize temp.
From-SVN: r45422
This commit is contained in:
parent
4d9efc41d4
commit
666b0481c3
@ -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…
x
Reference in New Issue
Block a user