expr.c: Follow spelling conventions.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 11 Oct 2003 19:00:49 +0000 (19:00 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 11 Oct 2003 19:00:49 +0000 (19:00 +0000)
* expr.c: Follow spelling conventions.
* final.c: Likewise.
* optabs.c: Likewise.
* sched-deps.c: Likewise.
* sdbout.c: Likewise.

From-SVN: r72361

gcc/ChangeLog
gcc/expr.c
gcc/final.c
gcc/optabs.c
gcc/sched-deps.c
gcc/sdbout.c

index 33f366c4b38b50229c886090ff88524de1c9eef1..2012c2b08182452139d503ba6f7485577fb5bd7f 100644 (file)
@@ -1,3 +1,11 @@
+2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * expr.c: Follow spelling conventions.
+       * final.c: Likewise.
+       * optabs.c: Likewise.
+       * sched-deps.c: Likewise.
+       * sdbout.c: Likewise.
+
 Sat Oct 11 12:24:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
 
        * varasm.c (notice_global_symbol):  Fix handling of variables; avoid
index 54bff3f5be2c59b368223f1c9a4e1c11168b2c6a..a973065a571e746a7c1689a4720640a48b4df6a3 100644 (file)
@@ -5716,7 +5716,7 @@ safe_from_p (rtx x, tree exp, int top_p)
   /* A SAVE_EXPR might appear many times in the expression passed to the
      top-level safe_from_p call, and if it has a complex subexpression,
      examining it multiple times could result in a combinatorial explosion.
-     E.g. on an Alpha running at least 200MHz, a Fortran test case compiled
+     E.g. on an Alpha running at least 200MHz, a Fortran testcase compiled
      with optimization took about 28 minutes to compile -- even though it was
      only a few lines long.  So we mark each SAVE_EXPR we see with TREE_PRIVATE
      and turn that off when we are done.  We keep a list of the SAVE_EXPRs
index 1938604c25d8a192d223c676413c773c652e7f7a..423c734ae2770dd2a7135aca9b190d935319aa49 100644 (file)
@@ -3422,7 +3422,7 @@ asm_fprintf (FILE *file, const char *p, ...)
            break;
 
 #ifdef ASM_FPRINTF_EXTENSIONS
-           /* Upper case letters are reserved for general use by asm_fprintf
+           /* Uppercase letters are reserved for general use by asm_fprintf
               and so are not available to target specific code.  In order to
               prevent the ASM_FPRINTF_EXTENSIONS macro from using them then,
               they are defined here.  As they get turned into real extensions
index 10a3809430da7a1fc97fa29845e8e7df089f8e6e..18a6b93ad76b5bfb9f2e678a65a63ade3c408d53 100644 (file)
@@ -4950,7 +4950,7 @@ init_convert_optab (enum rtx_code code)
 /* Initialize the libfunc fields of an entire group of entries in some
    optab.  Each entry is set equal to a string consisting of a leading
    pair of underscores followed by a generic operation name followed by
-   a mode name (downshifted to lower case) followed by a single character
+   a mode name (downshifted to lowercase) followed by a single character
    representing the number of operands for the given operation (which is
    usually one of the characters '2', '3', or '4').
 
index 477203caa222b4826e993917ec96630f4dab4aca..cd51527b2bdc99715c6bca47dba1ecc6b9c58b93 100644 (file)
@@ -1424,7 +1424,7 @@ free_deps (struct deps *deps)
   free_INSN_LIST_list (&deps->last_pending_memory_flush);
 
   /* Without the EXECUTE_IF_SET, this loop is executed max_reg * nr_regions
-     times.  For a test case with 42000 regs and 8000 small basic blocks,
+     times.  For a testcase with 42000 regs and 8000 small basic blocks,
      this loop accounted for nearly 60% (84 sec) of the total -O2 runtime.  */
   EXECUTE_IF_SET_IN_REG_SET (&deps->reg_last_in_use, 0, i,
     {
index 59309cceb0c2b442b71b2c22fe4fb93d3552e6ca..9175417a7582c96011d5e3ce4054a2defa47ed2c 100644 (file)
@@ -1058,7 +1058,7 @@ sdbout_one_type (tree type)
       /* This is reputed to cause trouble with the following case,
         but perhaps checking TYPE_SIZE above will fix it.  */
 
-      /* Here is a test case:
+      /* Here is a testcase:
 
        struct foo {
          struct badstr *bbb;