]> gcc.gnu.org Git - gcc.git/commitdiff
* bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 3 Nov 2004 03:19:12 +0000 (03:19 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 3 Nov 2004 03:19:12 +0000 (03:19 +0000)
From-SVN: r90019

gcc/ChangeLog
gcc/bitmap.h
gcc/dbxout.c
gcc/tree-mudflap.c

index d3d8d612185de25a00f2ddc817869d2b3b381c2d..b2ca7327e35b43b5dc309bce453ac1bce7d91f60 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-03  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.
+
 2004-11-03  Kazu Hirata  <kazu@cs.umass.edu>
 
        * tree-cfg.c (find_taken_edge): Abort if we are given a
index f20773b6b51ad117b350374bcb13fc5a0375ed3a..acabca8ab259a46e7dd42548c99d3293d281dbe8 100644 (file)
@@ -111,7 +111,7 @@ extern int bitmap_operation (bitmap, bitmap, bitmap, enum bitmap_bits);
 #define bitmap_xor_into(DST_SRC,B) (void)bitmap_operation (DST_SRC,DST_SRC,B,BITMAP_XOR)
 
 /* `or' into one bitmap the `and' of a second bitmap witih the complement
-   of a third. Return nonzero if the bitmap changes. */
+   of a third. Return nonzero if the bitmap changes.  */
 extern bool bitmap_ior_and_compl_into (bitmap, bitmap, bitmap);
 extern bool bitmap_ior_and_compl (bitmap, bitmap, bitmap, bitmap);
 
index 7ed47b622f76218ea886c236a66f29fa1a996296..e9ad8d3bf79ef4716ea0484b6251c4c55706ad8d 100644 (file)
@@ -3091,7 +3091,7 @@ dbxout_parms (tree parms)
               That is, its address was passed in a register.
               Output it as if it lived in that register.
               The debugger will know from the type
-              that it was actually passed by invisible reference. */
+              that it was actually passed by invisible reference.  */
 
            code = DBX_REGPARM_STABS_CODE;
  
index 3ff50b61dd23befa8e625ca1b3347ba604a5aff8..f59732f146b2fc7b2d8273dcdb45aef2a45b2bb1 100644 (file)
@@ -379,7 +379,7 @@ mudflap_init (void)
   mf_cache_mask_decl = mf_make_builtin (VAR_DECL, "__mf_lc_mask",
                                         mf_uintptr_type);
   /* Don't process these in mudflap_enqueue_decl, should they come by
-     there for some reason. */
+     there for some reason.  */
   mf_mark (mf_cache_array_decl);
   mf_mark (mf_cache_shift_decl);
   mf_mark (mf_cache_mask_decl);
@@ -788,7 +788,7 @@ mf_xform_derefs_1 (block_stmt_iterator *iter, tree *tp,
                 /* Don't instrument this access if the underlying
                    variable is not "eligible".  This test matches
                    those arrays that have only known-valid indexes,
-                   and thus are not labeled TREE_ADDRESSABLE. */
+                   and thus are not labeled TREE_ADDRESSABLE.  */
                 if (! mf_decl_eligible_p (var))
                   return;
                 else
This page took 0.09494 seconds and 5 git commands to generate.