* config/alpha/alpha.c (alpha_expand_mov): Initialize temp.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Sep 2001 18:37:30 +0000 (18:37 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Sep 2001 18:37:30 +0000 (18:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45422 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/alpha.c

index 259a22a..f05504f 100644 (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.
index 45b6f72..3250fe8 100644 (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)
        {