]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c-common.c, [...]: Fix comment formatting.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 5 Sep 2004 16:05:06 +0000 (16:05 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 5 Sep 2004 16:05:06 +0000 (16:05 +0000)
* c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c,
gimplify.c, gthr-nks.h, hooks.c, lambda-code.c, lambda-mat.c,
stor-layout.c, target.h, tree-cfg.c, tree-chrec.c,
tree-if-conv.c, tree-inline.c, tree-into-ssa.c,
tree-mudflap.c, tree-optimize.c, tree-scalar-evolution.c,
tree-ssa-alias.c, tree-ssa-ccp.c, tree-ssa-dce.c,
tree-ssa-pre.c, tree-vectorizer.c, tree-vectorizer.h, tree.h,
vec.h: Fix comment formatting.

From-SVN: r87105

29 files changed:
gcc/ChangeLog
gcc/c-common.c
gcc/c-decl.c
gcc/combine.c
gcc/defaults.h
gcc/fold-const.c
gcc/gimplify.c
gcc/gthr-nks.h
gcc/hooks.c
gcc/lambda-code.c
gcc/lambda-mat.c
gcc/stor-layout.c
gcc/target.h
gcc/tree-cfg.c
gcc/tree-chrec.c
gcc/tree-if-conv.c
gcc/tree-inline.c
gcc/tree-into-ssa.c
gcc/tree-mudflap.c
gcc/tree-optimize.c
gcc/tree-scalar-evolution.c
gcc/tree-ssa-alias.c
gcc/tree-ssa-ccp.c
gcc/tree-ssa-dce.c
gcc/tree-ssa-pre.c
gcc/tree-vectorizer.c
gcc/tree-vectorizer.h
gcc/tree.h
gcc/vec.h

index 6dab2e77b8aaa77f88aeacb685b5276c081a3534..77cdac9e450bdd250ce69bb34408f4aa4866ffe4 100644 (file)
@@ -1,3 +1,14 @@
+2004-09-05  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c,
+       gimplify.c, gthr-nks.h, hooks.c, lambda-code.c, lambda-mat.c,
+       stor-layout.c, target.h, tree-cfg.c, tree-chrec.c,
+       tree-if-conv.c, tree-inline.c, tree-into-ssa.c,
+       tree-mudflap.c, tree-optimize.c, tree-scalar-evolution.c,
+       tree-ssa-alias.c, tree-ssa-ccp.c, tree-ssa-dce.c,
+       tree-ssa-pre.c, tree-vectorizer.c, tree-vectorizer.h, tree.h,
+       vec.h: Fix comment formatting.
+
 2004-09-05  Kazu Hirata  <kazu@cs.umass.edu>
 
        * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,
index 95116cd75ae89bad616cc1677ef3dca7f011012c..e1fa8e497cde466640039f2aded72f0b4aebadd8 100644 (file)
@@ -2557,7 +2557,7 @@ c_type_hash (const void *p)
   tree t2;
   switch (TREE_CODE (t))
     {
-    /* For pointers, hash on pointee type plus some swizzling. */
+    /* For pointers, hash on pointee type plus some swizzling.  */
     case POINTER_TYPE:
       return c_type_hash (TREE_TYPE (t)) ^ 0x3003003;
     /* Hash on number of elements and total size.  */
@@ -3009,7 +3009,7 @@ c_common_nodes_and_builtins (void)
 
   record_builtin_type (RID_VOID, NULL, void_type_node);
 
-  /* This node must not be shared. */
+  /* This node must not be shared.  */
   void_zero_node = make_node (INTEGER_CST);
   TREE_TYPE (void_zero_node) = void_type_node;
 
index 97f93524589b35863504edc5e2729b87d563abea..f5c74f35aa661006e639cf8a5376765fdb8ee185 100644 (file)
@@ -1280,7 +1280,7 @@ diagnose_mismatched_decls (tree newdecl, tree olddecl,
         not undefined behavior, and is the most convenient way to get
         some effects (see e.g.  what unwind-dw2-fde-glibc.c does to
         the definition of _Unwind_Find_FDE in unwind-dw2-fde.c), but
-        we do diagnose it if -Wtraditional. */
+        we do diagnose it if -Wtraditional.  */
       if (TREE_PUBLIC (olddecl) && !TREE_PUBLIC (newdecl))
        {
          /* Two exceptions to the rule.  If olddecl is an extern
@@ -1483,7 +1483,7 @@ diagnose_mismatched_decls (tree newdecl, tree olddecl,
         definition.  */
       && !(TREE_CODE (newdecl) == FUNCTION_DECL
           && DECL_INITIAL (newdecl) && !DECL_INITIAL (olddecl))
-      /* Don't warn about redundant redeclarations of builtins. */
+      /* Don't warn about redundant redeclarations of builtins.  */
       && !(TREE_CODE (newdecl) == FUNCTION_DECL
           && !DECL_BUILT_IN (newdecl)
           && DECL_BUILT_IN (olddecl)
index 44d8b292b5d4189116eae16b196067968c013904..ea4c5b257473c46627d23d00b28a8e7d3f1ff5e0 100644 (file)
@@ -1251,7 +1251,7 @@ can_combine_p (rtx insn, rtx i3, rtx pred ATTRIBUTE_UNUSED, rtx succ,
       if (GET_CODE (XVECEXP (PATTERN (i3), 0, i)) == CLOBBER)
        {
           /* Don't substitute for a register intended as a clobberable
-            operand. */
+            operand.  */
          rtx reg = XEXP (XVECEXP (PATTERN (i3), 0, i), 0);
          if (rtx_equal_p (reg, dest))
            return 0;
index 4b9cf5db63cd8107a2b5d22c963aec8f12325bf3..588d0fc99183557f205c72e277d31dc8fd12fa83 100644 (file)
@@ -243,7 +243,7 @@ do { fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \
    archive's table of contents.  Defining this macro to be nonzero has
    the consequence that certain symbols will not be made weak that
    otherwise would be.  The C++ ABI requires this macro to be zero;
-   see the documentation. */
+   see the documentation.  */
 #ifndef TARGET_WEAK_NOT_IN_ARCHIVE_TOC
 #define TARGET_WEAK_NOT_IN_ARCHIVE_TOC 0
 #endif
index d8c511a615ebf66ab4eb980dfab512b33cb69797..a86fb4c1187b5981ba3c44b9062c0d8ad238e9f4 100644 (file)
@@ -10584,7 +10584,7 @@ round_up (tree value, int divisor)
   /* See if VALUE is already a multiple of DIVISOR.  If so, we don't
      have to do anything.  Only do this when we are not given a const,
      because in that case, this check is more expensive than just
-     doing it. */
+     doing it.  */
   if (TREE_CODE (value) != INTEGER_CST)
     {
       div = build_int_cst (TREE_TYPE (value), divisor);
@@ -10629,7 +10629,7 @@ round_down (tree value, int divisor)
   /* See if VALUE is already a multiple of DIVISOR.  If so, we don't
      have to do anything.  Only do this when we are not given a const,
      because in that case, this check is more expensive than just
-     doing it. */
+     doing it.  */
   if (TREE_CODE (value) != INTEGER_CST)
     {
       div = build_int_cst (TREE_TYPE (value), divisor);
index 87f922c295f471e75c181bf12a5c1d04dad0e69e..839b62553b65815c26917842a21530fe1138170a 100644 (file)
@@ -4123,7 +4123,7 @@ gimplify_type_sizes (tree type, tree *list_p)
       break;
 
     case ARRAY_TYPE:
-      /* These anonymous types don't have declarations, so handle them here. */
+      /* These anonymous types don't have declarations, so handle them here.  */
       gimplify_type_sizes (TYPE_DOMAIN (type), list_p);
       break;
 
index f377245b104b6c62da062c124612cc7c1e392e96..cee8059dbb0f04852cc2c61edfb9f2ef91127ee9 100644 (file)
@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA.  */
 #define __gthr_nks_h
 
 /* NKS threads specific definitions.
-   Easy, since the interface is mostly one-to-one mapping. */
+   Easy, since the interface is mostly one-to-one mapping.  */
 
 #define __GTHREADS 1
 
@@ -63,7 +63,7 @@ static NXKey_t _objc_thread_storage;
 
 /* Backend initialization functions */
 
-/* Initialize the threads subsystem. */
+/* Initialize the threads subsystem.  */
 static inline int
 __gthread_objc_init_thread_system(void)
 {
@@ -73,7 +73,7 @@ __gthread_objc_init_thread_system(void)
   return -1;
 }
 
-/* Close the threads subsystem. */
+/* Close the threads subsystem.  */
 static inline int
 __gthread_objc_close_thread_system(void)
 {
@@ -84,7 +84,7 @@ __gthread_objc_close_thread_system(void)
 
 /* Backend thread functions */
 
-/* Create a new thread of execution. */
+/* Create a new thread of execution.  */
 static inline objc_thread_t
 __gthread_objc_thread_detach(void (*func)(void *), void *arg)
 {
@@ -105,7 +105,7 @@ __gthread_objc_thread_detach(void (*func)(void *), void *arg)
   return thread_id;
 }
 
-/* Set the current thread's priority. */
+/* Set the current thread's priority.  */
 static inline int
 __gthread_objc_thread_set_priority(int priority)
 {
@@ -114,7 +114,7 @@ __gthread_objc_thread_set_priority(int priority)
   return -1;
 }
 
-/* Return the current thread's priority. */
+/* Return the current thread's priority.  */
 static inline int
 __gthread_objc_thread_get_priority(void)
 {
@@ -125,14 +125,14 @@ __gthread_objc_thread_get_priority(void)
   return -1;
 }
 
-/* Yield our process time to another thread. */
+/* Yield our process time to another thread.  */
 static inline void
 __gthread_objc_thread_yield(void)
 {
   NXThreadYield();
 }
 
-/* Terminate the current thread. */
+/* Terminate the current thread.  */
 static inline int
 __gthread_objc_thread_exit(void)
 {
@@ -143,21 +143,21 @@ __gthread_objc_thread_exit(void)
   return -1;
 }
 
-/* Returns an integer value which uniquely describes a thread. */
+/* Returns an integer value which uniquely describes a thread.  */
 static inline objc_thread_t
 __gthread_objc_thread_id(void)
 {
   (objc_thread_t) NXThreadGetId();
 }
 
-/* Sets the thread's local storage pointer. */
+/* Sets the thread's local storage pointer.  */
 static inline int
 __gthread_objc_thread_set_data(void *value)
 {
   return NXKeySetValue(_objc_thread_storage, value);
 }
 
-/* Returns the thread's local storage pointer. */
+/* Returns the thread's local storage pointer.  */
 static inline void *
 __gthread_objc_thread_get_data(void)
 {
@@ -170,7 +170,7 @@ __gthread_objc_thread_get_data(void)
 
 /* Backend mutex functions */
 
-/* Allocate a mutex. */
+/* Allocate a mutex.  */
 static inline int
 __gthread_objc_mutex_allocate(objc_mutex_t mutex)
 {
@@ -181,7 +181,7 @@ __gthread_objc_mutex_allocate(objc_mutex_t mutex)
   return -1;
 }
 
-/* Deallocate a mutex. */
+/* Deallocate a mutex.  */
 static inline int
 __gthread_objc_mutex_deallocate(objc_mutex_t mutex)
 {
@@ -193,14 +193,14 @@ __gthread_objc_mutex_deallocate(objc_mutex_t mutex)
   return 0;
 }
 
-/* Grab a lock on a mutex. */
+/* Grab a lock on a mutex.  */
 static inline int
 __gthread_objc_mutex_lock(objc_mutex_t mutex)
 {
   return NXLock((NXMutex_t *)mutex->backend);
 }
 
-/* Try to grab a lock on a mutex. */
+/* Try to grab a lock on a mutex.  */
 static inline int
 __gthread_objc_mutex_trylock(objc_mutex_t mutex)
 {
@@ -218,7 +218,7 @@ __gthread_objc_mutex_unlock(objc_mutex_t mutex)
 
 /* Backend condition mutex functions */
 
-/* Allocate a condition. */
+/* Allocate a condition.  */
 static inline int
 __gthread_objc_condition_allocate(objc_condition_t condition)
 {
@@ -229,7 +229,7 @@ __gthread_objc_condition_allocate(objc_condition_t condition)
   return 0;
 }
 
-/* Deallocate a condition. */
+/* Deallocate a condition.  */
 static inline int
 __gthread_objc_condition_deallocate(objc_condition_t condition)
 {
@@ -246,14 +246,14 @@ __gthread_objc_condition_wait(objc_condition_t condition, objc_mutex_t mutex)
   return NXCondWait((NXCond_t *)condition->backend, (NXMutex_t *)mutex->backend);
 }
 
-/* Wake up all threads waiting on this condition. */
+/* Wake up all threads waiting on this condition.  */
 static inline int
 __gthread_objc_condition_broadcast(objc_condition_t condition)
 {
   return NXCondBroadcast((NXCond_t *)condition->backend);
 }
 
-/* Wake up one thread waiting on this condition. */
+/* Wake up one thread waiting on this condition.  */
 static inline int
 __gthread_objc_condition_signal(objc_condition_t condition)
 {
@@ -303,7 +303,7 @@ __gthread_key_create (__gthread_key_t *key, void (*dtor) (void *))
 static inline int
 __gthread_key_dtor (__gthread_key_t key, void *ptr)
 {
-  /* Just reset the key value to zero. */
+  /* Just reset the key value to zero.  */
   if (ptr)
     return NXKeySetValue (key, NULL);
   return 0;
index 6c17a5f4fc7e0f5c260b7e48dd2dd3788518b49e..be4b9f9be16220b448f58b646130803df81309f6 100644 (file)
@@ -48,7 +48,7 @@ hook_bool_void_true (void)
   return true;
 }
 
-/* Generic hook that takes no arguments and returns NO_REGS. */
+/* Generic hook that takes no arguments and returns NO_REGS.  */
 int
 hook_int_void_no_regs (void)
 {
index 664092797ea757672e5288c44ad40e0a305a6ee7..cdf04708bfb46fc16505781552a173e1ca47d03d 100644 (file)
@@ -288,7 +288,7 @@ print_lambda_linear_expression (FILE * outfile,
 /* Print a lambda loop structure LOOP to OUTFILE.  The depth/number of
    coefficients is given by DEPTH, the number of invariants is 
    given by INVARIANTS, and the character to start variable names with is given
-   by START. */
+   by START.  */
 
 void
 print_lambda_loop (FILE * outfile, lambda_loop loop, int depth,
@@ -487,7 +487,7 @@ lcm (int a, int b)
 }
 
 /* Compute the loop bounds for the auxiliary space NEST.
-   Input system used is Ax <= b.  TRANS is the unimodular transformation. */
+   Input system used is Ax <= b.  TRANS is the unimodular transformation.  */
 
 static lambda_loopnest
 lambda_compute_auxillary_space (lambda_loopnest nest,
@@ -702,7 +702,7 @@ lambda_compute_auxillary_space (lambda_loopnest nest,
 
            }
        }
-      /* creates a new system by deleting the i'th variable. */
+      /* creates a new system by deleting the i'th variable.  */
       newsize = 0;
       for (j = 0; j < size; j++)
        {
@@ -1360,7 +1360,7 @@ gcc_loop_to_lambda_loop (struct loop *loop, int depth,
   if (VEC_length (tree, *invariants) > (unsigned int) (2 * depth))
     abort ();
 
-  /* We might have some leftover. */
+  /* We might have some leftover.  */
   if (TREE_CODE (test) == LT_EXPR)
     extra = -1 * stepint;
   else if (TREE_CODE (test) == NE_EXPR)
@@ -1785,7 +1785,7 @@ lambda_loopnest_to_gcc_loopnest (struct loop *old_loopnest,
       newloop = LN_LOOPS (new_loopnest)[i];
 
       /* Linear offset is a bit tricky to handle.  Punt on the unhandled
-         cases for now. */
+         cases for now.  */
       offset = LL_LINEAR_OFFSET (newloop);
 
       if (LLE_DENOMINATOR (offset) != 1
@@ -1793,7 +1793,7 @@ lambda_loopnest_to_gcc_loopnest (struct loop *old_loopnest,
        abort ();
 
       /* Now build the  new lower bounds, and insert the statements
-         necessary to generate it on the loop preheader. */
+         necessary to generate it on the loop preheader.  */
       newlowerbound = lle_to_gcc_expression (LL_LOWER_BOUND (newloop),
                                             LL_LINEAR_OFFSET (newloop),
                                             new_ivs,
index dddfd3a01101a87e7a7a5e62a16e23975e0933f3..4734dc297b821b847443b45675c82953d762327d 100644 (file)
@@ -155,7 +155,7 @@ lambda_matrix_get_column (lambda_matrix mat, int n, int col,
     vec[i] = mat[i][col];
 }
 
-/* Delete rows r1 to r2 (not including r2). */
+/* Delete rows r1 to r2 (not including r2).  */
 
 void
 lambda_matrix_delete_rows (lambda_matrix mat, int rows, int from, int to)
@@ -463,7 +463,7 @@ lambda_matrix_hermite (lambda_matrix mat, int n,
    "U.A = S".  This decomposition is also known as "right Hermite".
    
    Ref: Algorithm 2.1 page 33 in "Loop Transformations for
-   Restructuring Compilers" Utpal Banerjee. */
+   Restructuring Compilers" Utpal Banerjee.  */
 
 void
 lambda_matrix_right_hermite (lambda_matrix A, int m, int n,
@@ -508,7 +508,7 @@ lambda_matrix_right_hermite (lambda_matrix A, int m, int n,
    V.S".  This decomposition is also known as "left Hermite".
    
    Ref: Algorithm 2.2 page 36 in "Loop Transformations for
-   Restructuring Compilers" Utpal Banerjee. */
+   Restructuring Compilers" Utpal Banerjee.  */
 
 void
 lambda_matrix_left_hermite (lambda_matrix A, int m, int n,
index 75ff523c6a10b2558dae2280b0313273115e1a16..01c9947a56f70e237bba3d7ecacc5138abecfba0 100644 (file)
@@ -44,7 +44,7 @@ tree sizetype_tab[(int) TYPE_KIND_LAST];
 /* If nonzero, this is an upper limit on alignment of structure fields.
    The value is measured in bits.  */
 unsigned int maximum_field_alignment = TARGET_DEFAULT_PACK_STRUCT * BITS_PER_UNIT;
-/* ... and its original value in bytes, specified via -fpack-struct=<value>. */
+/* ... and its original value in bytes, specified via -fpack-struct=<value>.  */
 unsigned int initial_max_fld_align = TARGET_DEFAULT_PACK_STRUCT;
 
 /* If nonzero, the alignment of a bitstring or (power-)set value, in bits.
index 735a85d11dd00e0be28343ab054b45062e4ac20c..e91219cfd5634f0d5bc9cf248e503a4084022b59 100644 (file)
@@ -281,7 +281,7 @@ struct gcc_target
     bool (* is_costly_dependence) (rtx, rtx, rtx, int, int);
   } sched;
 
-  /* Return machine mode for filter value. */
+  /* Return machine mode for filter value.  */
   enum machine_mode (* eh_return_filter_mode) (void);
 
   /* Given two decls, merge their attributes and return the result.  */
index b08efe8f6d649d1b3e42fd4b7f606d630a39f5ea..2be194794dcd4464370b4c5daf83aa4de3e79aea 100644 (file)
@@ -2000,7 +2000,7 @@ cleanup_control_expr_graph (basic_block bb, block_stmt_iterator bsi)
 
 /* Given a control block BB and a predicate VAL, return the edge that
    will be taken out of the block.  If VAL does not match a unique
-   edge, NULL is returned. */
+   edge, NULL is returned.  */
 
 edge
 find_taken_edge (basic_block bb, tree val)
index d4b8168c69d79e928e774cfba0dcbc75ab3616ee..d16522f5fae0ef9b9a9db9b5b8dd92bfb3954c34 100644 (file)
@@ -241,7 +241,7 @@ chrec_fold_automatically_generated_operands (tree op0,
       || op1 == chrec_not_analyzed_yet)
     return chrec_not_analyzed_yet;
   
-  /* The default case produces a safe result. */
+  /* The default case produces a safe result.  */
   return chrec_dont_know;
 }
 
index da75585c0e4bc3e9345447640c3286240ae8837b..86e1bb0ce8b481d2240869201a3f72b482b4b0e8 100644 (file)
@@ -467,7 +467,7 @@ if_convertable_stmt_p (struct loop *loop, basic_block bb, tree stmt)
    - Basic block is after exit block but before latch.
    - Basic block edge(s) is not normal.
    EXIT_BB_SEEN is true if basic block with exit edge is already seen.
-   BB is inside loop LOOP. */
+   BB is inside loop LOOP.  */
 
 static bool
 if_convertable_bb_p (struct loop *loop, basic_block bb, bool exit_bb_seen)
@@ -847,7 +847,7 @@ process_phi_nodes (struct loop *loop)
 }
 
 /* Combine all basic block from the given LOOP into one or two super
-   basic block.  Replace PHI nodes with conditional modify expression. */
+   basic block.  Replace PHI nodes with conditional modify expression.  */
 
 static void
 combine_blocks (struct loop *loop)
index 0200bfc5966d2128657ca29ce357f26600a56e57..71e9ef2731bc603c493ee3dffb0e09da8e6d6f1b 100644 (file)
@@ -183,7 +183,7 @@ remap_decl (tree decl, inline_data *id)
       walk_tree (&DECL_SIZE (t), copy_body_r, id, NULL);
       walk_tree (&DECL_SIZE_UNIT (t), copy_body_r, id, NULL);
 
-      /* If fields, do likewise for offset and qualifier. */
+      /* If fields, do likewise for offset and qualifier.  */
       if (TREE_CODE (t) == FIELD_DECL)
        {
          walk_tree (&DECL_FIELD_OFFSET (t), copy_body_r, id, NULL);
@@ -691,7 +691,7 @@ setup_one_parameter (inline_data *id, tree p, tree value, tree fn,
 
   /* Make an equivalent VAR_DECL.  Note that we must NOT remap the type
      here since the type of this decl must be visible to the calling
-     function. */
+     function.  */
   var = copy_decl_for_inlining (p, fn, VARRAY_TREE (id->fns, 0));
 
   /* Register the VAR_DECL as the equivalent for the PARM_DECL;
@@ -1965,7 +1965,7 @@ walk_type_fields (tree type, walk_tree_fn func, void *data, void *htab)
 
     case ARRAY_TYPE:
       /* Don't follow this nodes's type if a pointer for fear that we'll
-        have infinite recursion.  Those types are uninteresting anyway. */
+        have infinite recursion.  Those types are uninteresting anyway.  */
       if (!POINTER_TYPE_P (TREE_TYPE (type))
          && TREE_CODE (TREE_TYPE (type)) != OFFSET_TYPE)
        WALK_SUBTREE (TREE_TYPE (type));
index 6387b7fadd560b903e140d1c72279341be08b18b..5df92ff94a0b57a5a2a038bb4596d5f045c698de 100644 (file)
@@ -67,7 +67,7 @@ struct def_blocks_d
      Ith block contains a definition of VAR.  */
   bitmap def_blocks;
 
-  /* Blocks that contain a phi node for VAR. */
+  /* Blocks that contain a phi node for VAR.  */
   bitmap phi_blocks;
 
   /* Blocks where VAR is live-on-entry.  Similar semantics as
index 580d9ad3fa8c66f864cc8ecaf9fcc3a1b99e573a..5ee7e1bfba122da6b5c39341d7d62293dddc6221 100644 (file)
@@ -193,7 +193,7 @@ mf_file_function_line_tree (location_t location)
   char *string;
   tree result;
 
-  /* Add FILENAME[:LINENUMBER]. */
+  /* Add FILENAME[:LINENUMBER].  */
   file = xloc.file;
   if (file == NULL && current_function_decl != NULL_TREE)
     file = DECL_SOURCE_FILE (current_function_decl);
@@ -251,7 +251,7 @@ static GTY (()) tree mf_cache_shift_decl;
 /* extern uintptr_t __mf_lc_mask; */
 static GTY (()) tree mf_cache_mask_decl;
 
-/* Their function-scope local shadows, used in single-threaded mode only. */
+/* Their function-scope local shadows, used in single-threaded mode only.  */
 
 /* auto const unsigned char __mf_lc_shift_l; */
 static GTY (()) tree mf_cache_shift_decl_l;
@@ -413,7 +413,7 @@ execute_mudflap_function_ops (void)
 
 /* Create and initialize local shadow variables for the lookup cache
    globals.  Put their decls in the *_l globals for use by
-   mf_build_check_statement_for. */
+   mf_build_check_statement_for.  */
 
 static void
 mf_decl_cache_locals (void)
@@ -462,7 +462,7 @@ mf_decl_cache_locals (void)
 static void
 mf_decl_clear_locals (void)
 {
-  /* Unset local shadows. */
+  /* Unset local shadows.  */
   mf_cache_shift_decl_l = NULL_TREE;
   mf_cache_mask_decl_l = NULL_TREE;
 }
index 310d46f864cf436109cf87a9f6e770e7f6172909..71b66c87e6f1ed55d63e1cc624c494e1e36b0e7a 100644 (file)
@@ -260,7 +260,7 @@ next_pass_1 (struct tree_opt_pass **list, struct tree_opt_pass *pass)
 {
 
   /* A non-zero static_pass_number indicates that the
-     pass is already in the list. */
+     pass is already in the list.  */
   if (pass->static_pass_number)
     {
       struct tree_opt_pass *new;
index 79eb3a6db2171f469c35c755dfca837d5057d1bb..2566a238547214daf8dc7e9a9bf9b944bf2ac01d 100644 (file)
@@ -514,7 +514,7 @@ compute_overall_effect_of_inner_loop (struct loop *loop, tree evolution_fn)
                 its value in the nb_iter-th iteration.  */
              res = chrec_apply (inner_loop->num, evolution_fn, nb_iter);
              
-             /* Continue the computation until ending on a parent of LOOP. */
+             /* Continue the computation until ending on a parent of LOOP.  */
              return compute_overall_effect_of_inner_loop (loop, res);
            }
        }
@@ -1572,7 +1572,7 @@ analyze_evolution_in_loop (tree loop_phi_node,
        ev_fn = chrec_dont_know;
       
       /* When there are multiple back edges of the loop (which in fact never
-        happens currently, but nevertheless), merge their evolutions. */
+        happens currently, but nevertheless), merge their evolutions.  */
       evolution_function = chrec_merge (evolution_function, ev_fn);
     }
   
index 4027ec940e236ccb94a2ec659c207182580d269c..3569023ad781d708df2c66b103d26f1e90f5f89a 100644 (file)
@@ -1703,7 +1703,7 @@ set_pt_malloc (tree ptr)
   struct ptr_info_def *pi = SSA_NAME_PTR_INFO (ptr);
 
   /* If the pointer has already been found to point to arbitrary
-     memory locations, it is unsafe to mark it as pointing to malloc. */
+     memory locations, it is unsafe to mark it as pointing to malloc.  */
   if (pi->pt_anything)
     return;
 
index 62c8d0271ada396c0b2ddc624386e7ea60ada210..e3577c1da1881d0d7d3376218c5db9fb802024c5 100644 (file)
@@ -328,7 +328,7 @@ likely_value (tree stmt)
         return UNKNOWN_VAL;
        
 #ifdef ENABLE_CHECKING
-  /* There should be no VUSE operands that are UNDEFINED. */
+  /* There should be no VUSE operands that are UNDEFINED.  */
   if (val->lattice_val == UNDEFINED)
     abort ();
 #endif
@@ -773,7 +773,7 @@ ccp_visit_phi_node (tree phi)
       fprintf (dump_file, "\n\n");
     }
 
-  /* Check for an invalid change from UNKNOWN_VAL to UNDEFINED. */
+  /* Check for an invalid change from UNKNOWN_VAL to UNDEFINED.  */
   if (old_val->lattice_val == UNKNOWN_VAL
       && new_val.lattice_val == UNDEFINED)
     return SSA_PROP_NOT_INTERESTING;
@@ -1076,7 +1076,7 @@ visit_assignment (tree stmt, tree *output_p)
   }
 
   /* If LHS is not a gimple register, then it cannot take on an
-     UNDEFINED value. */
+     UNDEFINED value.  */
   if (!is_gimple_reg (SSA_NAME_VAR (lhs)) 
       && val.lattice_val == UNDEFINED)
     val.lattice_val = UNKNOWN_VAL;      
index 1041858887655659c63dd89a2644d68fb8a22673..3b08aa32de4c37046ccbfea16522700299d09408 100644 (file)
@@ -425,7 +425,7 @@ mark_stmt_if_obviously_necessary (tree stmt, bool aggressive)
        {
          /* If LHS is NULL, it means that we couldn't get the base
             address of the reference.  In which case, we should not
-            remove this store. */
+            remove this store.  */
          mark_stmt_necessary (stmt, true);
        }
       else if (DECL_P (lhs))
index 1267a546b0b7499d20e24ee572f6243cb8c315ed..2bdf8853ca51ade7cff509465e8e20be725bc915 100644 (file)
@@ -225,7 +225,7 @@ typedef struct value_set
 
 
 /* An unordered bitmap set.  One bitmap tracks values, the other,
-   expressions. */
+   expressions.  */
 typedef struct bitmap_set
 {
   bitmap expressions;
@@ -321,7 +321,7 @@ static htab_t phi_translate_table;
 
 typedef struct expr_pred_trans_d
 {
-  /* The expression. */
+  /* The expression.  */
   tree e;
 
   /* The predecessor block along which we translated the expression.  */
@@ -371,7 +371,7 @@ expr_pred_trans_eq (const void *p1, const void *p2)
 
 /* Search in the phi translation table for the translation of
    expression E in basic block PRED. Return the translated value, if
-   found, NULL otherwise. */ 
+   found, NULL otherwise.  */ 
 
 static inline tree
 phi_trans_lookup (tree e, basic_block pred)
@@ -703,7 +703,7 @@ bitmap_set_subtract_from_value_set (value_set_t a, bitmap_set_t b,
   return ret;
 }
 
-/* Return true if two sets are equal. */
+/* Return true if two sets are equal.  */
 
 static bool
 set_equal (value_set_t a, value_set_t b)
@@ -1533,7 +1533,7 @@ insert_aux (basic_block block)
                              fprintf (dump_file, "\n");
                            }
 
-                         /* Make the necessary insertions. */
+                         /* Make the necessary insertions.  */
                          for (pred = block->pred;
                               pred;
                               pred = pred->pred_next)
index 770772cc9517d5b7d16e4e700168d8646949474d..f229fd45452e7bf3db14f84641ad40de9e95c6ae 100644 (file)
@@ -1432,7 +1432,7 @@ vect_transform_loop_bound (loop_vec_info loop_vinfo)
             &loop_exit_bsi, false, &indx_before_incr, &indx_after_incr);
 
   /* bsi_insert is using BSI_NEW_STMT. We need to bump it back 
-     to point to the exit condition. */
+     to point to the exit condition.  */
   bsi_next (&loop_exit_bsi);
   if (bsi_stmt (loop_exit_bsi) != orig_cond_expr)
     abort ();
@@ -2887,7 +2887,7 @@ vect_analyze_data_refs (loop_vec_info loop_vinfo)
 }
 
 
-/* Utility functions used by vect_mark_stmts_to_be_vectorized. */
+/* Utility functions used by vect_mark_stmts_to_be_vectorized.  */
 
 /* Function vect_mark_relevant.
 
index 4c280e9341520446880291aee1843d46287269db..98c2ac82713c1b81df9b5fe19f1b351469b660de 100644 (file)
@@ -28,7 +28,7 @@ enum vect_var_kind {
   vect_pointer_var
 };
 
-/* Defines type of operation: unary or binary. */
+/* Defines type of operation: unary or binary.  */
 enum operation_type {
   unary_op = 1,
   binary_op
index 4d5830c62dae3f3d4c048192a8ddba18726b30ec..c078fdb55c797a5bb196bb0212576dc7fb3403ae 100644 (file)
@@ -1097,7 +1097,7 @@ struct tree_vec GTY(())
 #define SET_EXPR_LOCATION(NODE, FROM) \
   (EXPR_CHECK (NODE)->exp.locus = (FROM))
 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCATION (NODE) != UNKNOWN_LOCATION)
-/* EXPR_LOCUS and SET_EXPR_LOCUS are deprecated. */
+/* EXPR_LOCUS and SET_EXPR_LOCUS are deprecated.  */
 #define EXPR_LOCUS(NODE)                                       \
   (IS_EXPR_CODE_CLASS (TREE_CODE_CLASS (TREE_CODE (NODE)))     \
    ? &(NODE)->exp.locus                                                \
@@ -1430,7 +1430,7 @@ struct tree_block GTY(())
 #define TYPE_DEBUG_REPRESENTATION_TYPE(NODE) (VECTOR_TYPE_CHECK (NODE)->type.values)
 
 /* For record and union types, information about this type, as a base type
-   for itself. */
+   for itself.  */
 #define TYPE_BINFO(NODE) (RECORD_OR_UNION_CHECK(NODE)->type.binfo)
 
 /* For non record and union types, used in a language-dependent way.  */
@@ -2369,7 +2369,7 @@ struct tree_value_handle GTY(())
 
   /* Unique ID for this value handle.  IDs are handed out in a
      conveniently dense form starting at 0, so that we can make
-     bitmaps of value handles. */
+     bitmaps of value handles.  */
   unsigned int id;
 };
 \f
@@ -3109,7 +3109,7 @@ extern void put_pending_sizes (tree);
 
 /* If nonzero, an upper limit on alignment of structure fields, in bits,  */
 extern unsigned int maximum_field_alignment;
-/* and its original value in bytes, specified via -fpack-struct=<value>. */
+/* and its original value in bytes, specified via -fpack-struct=<value>.  */
 extern unsigned int initial_max_fld_align;
 
 /* If nonzero, the alignment of a bitstring or (power-)set value, in bits.  */
index 9708b4823bf115b6c7f9a95240b653cbf42daebf..cbc5f81062a51d2041c8a3d18ff085b78855a67d 100644 (file)
--- a/gcc/vec.h
+++ b/gcc/vec.h
@@ -202,7 +202,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
    Push a new element onto the end, returns a pointer to the slot
    filled in. For object vectors, the new value can be NULL, in which
    case NO initialization is performed.  Aborts if there is
-   insufficient space in the vector. */
+   insufficient space in the vector.  */
 
 #define VEC_quick_push(TDEF,V,O)       \
        (VEC_OP(TDEF,quick_push)(V,O VEC_CHECK_INFO))