s390.c: Fix comment typos.
authorKazu Hirata <kazu@hxi.com>
Fri, 26 Oct 2001 18:29:51 +0000 (18:29 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 26 Oct 2001 18:29:51 +0000 (18:29 +0000)
* s390/s390.c: Fix comment typos.
* s390/s390.h: Likewise.
* s390/s390.md: Likewise.

From-SVN: r46557

gcc/ChangeLog
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/config/s390/s390.md

index ac8eb1cf9806596feb21f5aa4e6ba26f179cb789..3fa707717110af548df79de57f55f9e07456078e 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-26  Kazu Hirata  <kazu@hxi.com>
+
+       * s390/s390.c: Fix comment typos.
+       * s390/s390.h: Likewise.
+       * s390/s390.md: Likewise.
+
 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
 
        * tree-inline.c (WALK_SUBTREE_TAIL): New macro.
index 72ab9630325e7ae58b34cb53bcbebe2f6ca94b9e..3c326d33a51286919ec6087673e18ba497e112bc 100644 (file)
@@ -346,7 +346,7 @@ s390_branch_condition_mnemonic (code, inv)
    LEVEL is the optimization level specified; 2 if `-O2' is
    specified, 1 if `-O' is specified, and 0 if neither is specified.
 
-   SIZE is non-zero if `-Os' is specified and zero otherwise. */
+   SIZE is non-zero if `-Os' is specified and zero otherwise.  */
 
 void
 optimization_options (level, size)
@@ -1114,7 +1114,7 @@ legitimize_pic_address (orig, reg)
         {
           /* Access local symbols PC-relative via LARL.  
              This is the same as in the non-PIC case, so it is 
-             handled automatically ... */
+             handled automatically ...  */
         }
       else
         {
@@ -1710,7 +1710,7 @@ reg_used_in_mem_p (regno, x)
   return 0;
 }
 
-/* Returns true if expression DEP_RTX sets a address register
+/* Returns true if expression DEP_RTX sets an address register
    used by instruction INSN to address memory.  */
 
 static int 
@@ -1747,7 +1747,7 @@ addr_generation_dependency_p (dep_rtx, insn)
    register is modified and subsequently used as base or index 
    register of a memory reference, at least 4 cycles need to pass
    between setting and using the register to avoid pipeline stalls.  
-   A exception is the LA instruction. A address generated by LA can
+   An exception is the LA instruction. An address generated by LA can
    be used by introducing only a one cycle stall on the pipeline.  */
 
 static int
@@ -2537,7 +2537,7 @@ s390_function_prologue (file, lsize)
   if (!optimize)
     {
       /* Stupid register allocation is stupid ...
-         It does not always recognize the base register is used. */
+         It does not always recognize the base register is used.  */
       
       regs_ever_live[BASE_REGISTER] = 1;
     }
@@ -2899,7 +2899,7 @@ s390_function_arg_size (mode, type)
   if (type)
     return int_size_in_bytes (type);
 
-  /* No type info available for some library calls ... */
+  /* No type info available for some library calls ...  */
   if (mode != BLKmode)
     return GET_MODE_SIZE (mode);
 
index 468b49eaafd5a690b72bd9a150292a37ce348d02..4ecf2de64ef63dc4d6dee02af5bfe1bd11fd7d76 100644 (file)
@@ -529,7 +529,7 @@ extern enum reg_class regclass_map[];       /* smalled class containing REGNO   */
  ((CLASS1) != (CLASS2) && ((CLASS1) == FP_REGS || (CLASS2) == FP_REGS))
 
 /* Get_secondary_mem widens its argument to BITS_PER_WORD which loses on 64bit
-   because the movsi and movsf patterns don't handle r/f moves. */
+   because the movsi and movsf patterns don't handle r/f moves.  */
 
 #define SECONDARY_MEMORY_NEEDED_MODE(MODE)             \
  (GET_MODE_BITSIZE (MODE) < 32                         \
@@ -1559,7 +1559,7 @@ do {                                                                       \
    is set to reload_obstack, which does not live long enough. 
    Because of this we cannot use force_const_mem in addsi3.
    This leads to problems with gen_add2_insn with a constant greater
-   than a short. Because of that we give a addition of greater
+   than a short. Because of that we give an addition of greater
    constants a cost of 3 (reload1.c 10096).  */
 
 
@@ -1682,7 +1682,7 @@ do {                                                                       \
 
 #define BRANCH_COST 1
 
-/* Add any extra modes needed to represent the condition code. */
+/* Add any extra modes needed to represent the condition code.  */
 #define EXTRA_CC_MODES \
        CC (CCZmode, "CCZ") \
        CC (CCAmode, "CCA") \
@@ -1692,7 +1692,7 @@ do {                                                                       \
        CC (CCTmode, "CCT")
  
 /* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE,
-   return the mode to be used for the comparison. */
+   return the mode to be used for the comparison.  */
  
 #define SELECT_CC_MODE(OP, X, Y) s390_select_ccmode ((OP), (X), (Y))
  
index 18e9c1c21c7832bf3cdf6e3880e5b40ca3ef4c72..2c2881fc7cd0e64fb96643e7c8f82164e777b7c9 100644 (file)
 ;
 ; The following insn is used when it is known that operand one is the stack pointer,
 ; and operand two is small enough to fit in the displacement field
-; In this case, the result will be a address
+; In this case, the result will be an address
 ;
 
 (define_insn "addaddr"