From 026c3cfd5e92e7f358290921984b57e1b433e658 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Mon, 13 Jul 2015 04:46:34 +0000 Subject: Fix double word typos. From-SVN: r225726 --- gcc/cse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cse.c') diff --git a/gcc/cse.c b/gcc/cse.c index b06c669..1c14d83 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -3059,7 +3059,7 @@ find_comparison_args (enum rtx_code code, rtx *parg1, rtx *parg2, if (x == 0) break; - /* If we need to reverse the comparison, make sure that that is + /* If we need to reverse the comparison, make sure that is possible -- we can't necessarily infer the value of GE from LT with floating-point operands. */ if (reverse_code) @@ -4303,7 +4303,7 @@ find_sets_in_insn (rtx_insn *insn, struct set **psets) } /* Where possible, substitute every register reference in the N_SETS - number of SETS in INSN with the the canonical register. + number of SETS in INSN with the canonical register. Register canonicalization propagatest the earliest register (i.e. one that is set before INSN) with the same value. This is a very -- cgit v1.1