Commit 666b0481 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r45422
parent 4d9efc41
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> 2001-09-05 Zack Weinberg <zack@codesourcery.com>
* function.c (ggc_mark_struct_function): Mark f->outer. * function.c (ggc_mark_struct_function): Mark f->outer.
......
...@@ -1839,7 +1839,7 @@ alpha_expand_mov (mode, operands) ...@@ -1839,7 +1839,7 @@ alpha_expand_mov (mode, operands)
|| GET_CODE (operands[1]) == CONST_DOUBLE) || GET_CODE (operands[1]) == CONST_DOUBLE)
{ {
HOST_WIDE_INT i0, i1; HOST_WIDE_INT i0, i1;
rtx temp; rtx temp = NULL_RTX;
if (GET_CODE (operands[1]) == CONST_INT) if (GET_CODE (operands[1]) == CONST_INT)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment