aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-07-03 00:50:29 -0600
committerJeff Law <law@gcc.gnu.org>2000-07-03 00:50:29 -0600
commita2e90653d01967793799a997314f6d9778ab8900 (patch)
tree84ed155fc53a1f558560ce42d9a8ce02ccd0f74b /gcc/gcse.c
parentc66e8ae9daa33ee796897357474b8020be912f8c (diff)
downloadgcc-a2e90653d01967793799a997314f6d9778ab8900.zip
gcc-a2e90653d01967793799a997314f6d9778ab8900.tar.gz
gcc-a2e90653d01967793799a997314f6d9778ab8900.tar.bz2
Fix typo in comment.
From-SVN: r34840
Diffstat (limited to 'gcc/gcse.c')
-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++)
{