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/genmatch.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gcc/genmatch.c') diff --git a/gcc/genmatch.c b/gcc/genmatch.c index 295925c..baa244c 100644 --- a/gcc/genmatch.c +++ b/gcc/genmatch.c @@ -1645,8 +1645,7 @@ capture_info::walk_result (operand *o, bool conditional_p) expression side-effect free. */ if (info[c->where].expr_p) force_no_side_effects |= info[c->where].toplevel_msk; - /* Mark CSE capture capture uses as forced to have - no side-effects. */ + /* Mark CSE capture uses as forced to have no side-effects. */ if (c->what && is_a (c->what)) { @@ -3430,7 +3429,7 @@ parser::push_simplify (vec& simplifiers, operand *match, source_location match_loc, operand *result, source_location result_loc) { - /* Build and push a temporary for for operator list uses in expressions. */ + /* Build and push a temporary for operator list uses in expressions. */ if (!oper_lists.is_empty ()) active_fors.safe_push (oper_lists); -- cgit v1.1