From: Jeff Law Date: Mon, 3 Jul 2000 06:50:29 +0000 (-0600) Subject: Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2e90653d01967793799a997314f6d9778ab8900;p=gcc.git Fix typo in comment. From-SVN: r34840 --- diff --git a/gcc/gcse.c b/gcc/gcse.c index 0486dc946a4..635975caf72 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++) {