aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c
index ccf804c..695e490 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -1048,7 +1048,7 @@ rest_of_handle_gcse (void)
}
/* If gcse or cse altered any jumps, rerun jump optimizations to clean
- things up. Then possibly re-run CSE again. */
+ things up. */
if (tem || tem2)
{
timevar_push (TV_JUMP);