aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/gcse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c
index 0486dc9..635975c 100644
--- a/gcc/gcse.c
+++ b/gcc/gcse.c
@@ -4128,7 +4128,7 @@ compute_pre_data ()
~(TRANSP | COMP)
- This is significantly after than compute_ae_kill. */
+ This is significantly faster than compute_ae_kill. */
for (i = 0; i < n_basic_blocks; i++)
{