From 34311c5ee64df8dd6dbdaa6141adfe16534c1349 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Tue, 17 Oct 2017 20:28:33 +0000 Subject: visium.c (visium_select_cc_mode): Return CCmode for any RTX present on the RHS of a SET. * config/visium/visium.c (visium_select_cc_mode): Return CCmode for any RTX present on the RHS of a SET. * compare-elim.c (try_eliminate_compare): Restore comment. From-SVN: r253830 --- gcc/compare-elim.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/compare-elim.c') diff --git a/gcc/compare-elim.c b/gcc/compare-elim.c index 794a452..086fbc7 100644 --- a/gcc/compare-elim.c +++ b/gcc/compare-elim.c @@ -729,6 +729,7 @@ try_eliminate_compare (struct comparison *cmp) if (try_merge_compare (cmp)) return true; + /* We must have found an interesting "clobber" preceding the compare. */ if (cmp->prev_clobber == NULL) return false; -- cgit v1.1