Commit 91afd8f5 by Richard Kenner

(gen_split): Initialize _val in generated function.

From-SVN: r2978
parent 2b1a049f
......@@ -530,7 +530,7 @@ gen_split (split)
/* Declare all local variables. */
for (i = 0; i < operands; i++)
printf (" rtx operand%d;\n", i);
printf (" rtx _val;\n");
printf (" rtx _val = 0;\n");
printf (" start_sequence ();\n");
/* The fourth operand of DEFINE_SPLIT is some code to be executed
......
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