(gen_split): Initialize _val in generated function.

From-SVN: r2978
This commit is contained in:
Richard Kenner 1992-12-29 06:56:33 -05:00
parent 2b1a049f69
commit 91afd8f5f7
1 changed files with 1 additions and 1 deletions

View File

@ -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