summaryrefslogtreecommitdiff
path: root/gcc/genemit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r--gcc/genemit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c
index 4bdd2d5431c..6feb972ebcc 100644
--- a/gcc/genemit.c
+++ b/gcc/genemit.c
@@ -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