OSDN Git Service

* config/cris/cris.c: Remove whitespace at end of line.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Nov 2001 22:00:29 +0000 (22:00 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Nov 2001 22:00:29 +0000 (22:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47430 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/cris/cris.c

index f9b293f..fd9e43d 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/cris.c: Remove whitespace at end of line.
+
 Wed Nov 28 14:51:23 2001  Douglas B. Rupp  <rupp@gnat.com>
 
        * config.gcc (i[34567]86-*-interix3*): New case.
index c954304..6ea1fc1 100644 (file)
@@ -547,7 +547,7 @@ cris_print_index (index, file)
        fprintf (file, "[$%s].d", reg_names[REGNO (inner)]);
     }
   else
-    cris_operand_lossage ("unexpected index-type in cris_print_index", 
+    cris_operand_lossage ("unexpected index-type in cris_print_index",
                          index);
 }
 
@@ -563,7 +563,7 @@ cris_print_base (base, file)
   else if (GET_CODE (base) == POST_INC)
     fprintf (file, "$%s+", reg_names[REGNO (XEXP (base, 0))]);
   else
-    cris_operand_lossage ("unexpected base-type in cris_print_base", 
+    cris_operand_lossage ("unexpected base-type in cris_print_base",
                          base);
 }
 
@@ -1094,7 +1094,7 @@ cris_target_asm_function_epilogue (file, size)
              fprintf (file, save_last);
              *save_last = 0;
            }
-       
+
          if (file)
            fprintf (file, "\tAdd%s %d,$sp\n",
                     ADDITIVE_SIZE_MODIFIER (argspace_offset),
@@ -2689,11 +2689,11 @@ cris_split_movdx (operands)
 
           if (GET_CODE (addr) == POST_INC)
            {
-             emit_insn (gen_rtx_SET (VOIDmode, 
+             emit_insn (gen_rtx_SET (VOIDmode,
                                      operand_subword (dest, 0, TRUE, mode),
                                      change_address (src, SImode, addr)));
              emit_insn (gen_rtx_SET (VOIDmode,
-                                     operand_subword (dest, 1, TRUE, mode), 
+                                     operand_subword (dest, 1, TRUE, mode),
                                      change_address (src, SImode, addr)));
            }
          else
@@ -3014,7 +3014,7 @@ rtx
 Xvecexp (x, n, m)
      rtx x;
      int n;
-{ 
+{
   return XVECEXP (x, n, m);
 }