From 062e0df50fae0aec3f2cb101bf5e3674839d6432 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Sun, 5 Jan 2014 00:52:10 -0500 Subject: [PATCH 071/159] FIXME: compare-elim.c --- gcc/compare-elim.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/compare-elim.c b/gcc/compare-elim.c index d8a58ef..c1f1424 100644 --- a/gcc/compare-elim.c +++ b/gcc/compare-elim.c @@ -156,7 +156,7 @@ conforming_compare (rtx insn) correct. The term "arithmetic" may be somewhat misleading... */ static bool -arithmetic_flags_clobber_p (rtx insn) +arithmetic_flags_clobber_p (rtx_base_insn insn) { rtx pat, x; @@ -490,7 +490,8 @@ maybe_select_cc_mode (struct comparison *cmp, rtx a ATTRIBUTE_UNUSED, static bool try_eliminate_compare (struct comparison *cmp) { - rtx x, insn, bb_head, flags, in_a, cmp_src; + rtx_base_insn insn, bb_head; + rtx x, flags, in_a, cmp_src; /* We must have found an interesting "clobber" preceding the compare. */ if (cmp->prev_clobber == NULL) -- 1.7.11.7