aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ira.c')
-rw-r--r--gcc/ira.c2
1 files changed, 1 insertions, 1 deletions
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;