From: Richard Kenner Date: Thu, 31 Aug 1995 22:18:47 +0000 (-0400) Subject: Fix patch botch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4eed9e2c57990dedd7b1b6f912cfc3175cbf917;p=gcc.git Fix patch botch. From-SVN: r10301 --- diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index e26e8bed9fe..541de77503f 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -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;