OSDN Git Service

Fix typo in comment.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Jul 2000 06:50:29 +0000 (06:50 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Jul 2000 06:50:29 +0000 (06:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34840 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/gcse.c

index 0486dc9..635975c 100644 (file)
@@ -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++)
     {