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/ira.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ira.c') diff --git a/gcc/ira.c b/gcc/ira.c index f5f09ab..23ed1db 100644 --- a/gcc/ira.c +++ b/gcc/ira.c @@ -4360,7 +4360,7 @@ rtx_moveable_p (rtx *loc, enum op_type type) return rtx_moveable_p (&SET_DEST (x), OP_OUT); case UNSPEC_VOLATILE: - /* It is a bad idea to consider insns with with such rtl + /* It is a bad idea to consider insns with such rtl as moveable ones. The insn scheduler also considers them as barrier for a reason. */ return false; -- cgit v1.1