Fix patch botch.

From-SVN: r10301
This commit is contained in:
Richard Kenner 1995-08-31 18:18:47 -04:00
parent 653a996d86
commit f4eed9e2c5

View 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;