]> gcc.gnu.org Git - gcc.git/commitdiff
(push_reload): Initialize secondary_{in,out}_icode.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 1 Apr 1995 13:50:50 +0000 (08:50 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 1 Apr 1995 13:50:50 +0000 (08:50 -0500)
From-SVN: r9282

gcc/reload.c

index 12dfc49894719f07c67d6ca416ecf1617e9d2cd9..35bc49746e58ba9522be84f079608c9a649dee28 100644 (file)
@@ -725,7 +725,8 @@ push_reload (in, out, inloc, outloc, class,
   int dont_share = 0;
   rtx *in_subreg_loc = 0, *out_subreg_loc = 0;
   int secondary_in_reload = -1, secondary_out_reload = -1;
-  enum insn_code secondary_in_icode, secondary_out_icode;
+  enum insn_code secondary_in_icode = CODE_FOR_nothing;
+  enum insn_code secondary_out_icode = CODE_FOR_nothing;
 
   /* INMODE and/or OUTMODE could be VOIDmode if no mode
      has been specified for the operand.  In that case,
This page took 0.064868 seconds and 5 git commands to generate.