From f4eed9e2c57990dedd7b1b6f912cfc3175cbf917 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 31 Aug 1995 18:18:47 -0400 Subject: [PATCH] Fix patch botch. From-SVN: r10301 --- gcc/config/alpha/alpha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2