aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 55c2c42..d7ad050 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -3267,7 +3267,7 @@ loop_invariant_p (loop, x)
/* Out-of-range regs can occur when we are called from unrolling.
These have always been created by the unroller and are set in
- the loop, hence are never invariant. */
+ the loop, hence are never invariant. */
if (REGNO (x) >= (unsigned) regs->num)
return 0;