Commit f4eed9e2 by Richard Kenner

Fix patch botch.

From-SVN: r10301
parent 653a996d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment