Commit a2a237b5 by Ben Elliston Committed by Ben Elliston

rs6000.md (allocate_stack): Use _stack form of patterns when updating the back chain.

	* config/rs6000/rs6000.md (allocate_stack): Use _stack form of
	patterns when updating the back chain.  Missed in the 2009-02-10
	change.

From-SVN: r144120
parent bff54b19
2009-02-12 Ben Elliston <bje@au.ibm.com>
* config/rs6000/rs6000.md (allocate_stack): Use _stack form of
patterns when updating the back chain. Missed in the 2009-02-10
change.
2009-02-11 Janis Johnson <janis187@us.ibm.com>
* doc/extend.texi (Decimal Floating Types): Update identifier of
......
......@@ -10598,8 +10598,8 @@
else
neg_op0 = GEN_INT (- INTVAL (operands[1]));
insn = emit_insn ((* ((TARGET_32BIT) ? gen_movsi_update
: gen_movdi_di_update))
insn = emit_insn ((* ((TARGET_32BIT) ? gen_movsi_update_stack
: gen_movdi_di_update_stack))
(stack_pointer_rtx, stack_pointer_rtx, neg_op0,
chain));
/* Since we didn't use gen_frame_mem to generate the MEM, grab
......
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