diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-07-03 00:50:29 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-07-03 00:50:29 -0600 |
commit | a2e90653d01967793799a997314f6d9778ab8900 (patch) | |
tree | 84ed155fc53a1f558560ce42d9a8ce02ccd0f74b | |
parent | c66e8ae9daa33ee796897357474b8020be912f8c (diff) | |
download | gcc-a2e90653d01967793799a997314f6d9778ab8900.zip gcc-a2e90653d01967793799a997314f6d9778ab8900.tar.gz gcc-a2e90653d01967793799a997314f6d9778ab8900.tar.bz2 |
Fix typo in comment.
From-SVN: r34840
-rw-r--r-- | gcc/gcse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++) { |