* cfg.c: Fix typos and formatting in the introductory comment.
authorRichard Sandiford <rsandifo@redhat.com>
Wed, 21 Nov 2001 16:02:09 +0000 (16:02 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 21 Nov 2001 16:02:09 +0000 (16:02 +0000)
From-SVN: r47243

gcc/ChangeLog
gcc/cfg.c

index 41a53e2f281950fc3e54ab5563fde9f0302de4dd..5021b4059980c8519b1b9b233fde898accbcc16d 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-21  Richard Sandiford  <rsandifo@redhat.com>
+
+       * cfg.c: Fix typos and formatting in the introductory comment.
+
 Wed Nov 21 12:38:37 CET 2001  Jan Hubicka
 
        * profile.c (compute_branch_probabilites):  Compute probabilities
index 57743dfef0ae12c8b46bbd2461032751045d789d..37c994f89c988dcc2e8e55e4b89ce6c274909bb3 100644 (file)
--- a/gcc/cfg.c
+++ b/gcc/cfg.c
@@ -19,10 +19,11 @@ along with GCC; see the file COPYING.  If not, write to the Free
 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.  */
 
-/* This file contains low level functions to manipulate with CFG and analyze it.
-   All other modules should not transform the datastructure directly and use
-   abstraction instead.  The file is supposed to be ordered bottom-up and should
-   not contain any code dependent on particular intermediate language (RTL or trees)
+/* This file contains low level functions to manipulate the CFG and
+   analyze it.  All other modules should not transform the datastructure
+   directly and use abstraction instead.  The file is supposed to be
+   ordered bottom-up and should not contain any code dependent on a
+   particular intermediate language (RTL or trees).
 
    Available functionality:
      - Initialization/deallocation