From 72966c89d31281d897c6d59a36888341b942f633 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Thu, 26 Jun 2014 11:51:52 -0400 Subject: [PATCH 074/133] FIXME: more ifcvt.c gcc/ * ifcvt.c (noce_process_if_block): Likewise for local "seq". --- gcc/ifcvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 422a004..c9cca6e 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -2695,7 +2695,7 @@ noce_process_if_block (struct noce_if_info *if_info) /* If we used a temporary, fix it up now. */ if (orig_x != x) { - rtx seq; + rtx_insn *seq; start_sequence (); noce_emit_move_insn (orig_x, x); -- 1.8.5.3