diff options
Diffstat (limited to 'gcc/ccmp.c')
-rw-r--r-- | gcc/ccmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ccmp.c b/gcc/ccmp.c index 9e49d1e4e4a..9f1ce295554 100644 --- a/gcc/ccmp.c +++ b/gcc/ccmp.c @@ -170,7 +170,7 @@ expand_ccmp_expr_1 (gimple *g, rtx *prep_seq, rtx *gen_seq) int unsignedp0, unsignedp1; rtx_code rcode0, rcode1; int speed_p = optimize_insn_for_speed_p (); - rtx tmp2, ret, ret2; + rtx tmp2, ret = NULL_RTX, ret2 = NULL_RTX; unsigned cost1 = MAX_COST; unsigned cost2 = MAX_COST; |