Fix patch botch.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 31 Aug 1995 22:18:47 +0000 (18:18 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 31 Aug 1995 22:18:47 +0000 (18:18 -0400)
From-SVN: r10301

gcc/config/alpha/alpha.c

index e26e8bed9fe87e469645221c789ee13b81bb0a28..541de77503f2e7d40f30d452749465e2f1fdca30 100644 (file)
@@ -1158,7 +1158,7 @@ alpha_builtin_saveregs (arglist)
 
   addr = force_operand (addr, NULL_RTX);
 
--  /* Allocate the va_list constructor */
+  /* Allocate the va_list constructor */
   block = assign_stack_local (BLKmode, 2 * UNITS_PER_WORD, BITS_PER_WORD);
   RTX_UNCHANGING_P (block) = 1;
   RTX_UNCHANGING_P (XEXP (block, 0)) = 1;