From: bje Date: Thu, 12 Feb 2009 04:37:09 +0000 (+0000) Subject: * config/rs6000/rs6000.md (allocate_stack): Use _stack form of X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fbcd2ebddefe7ae7cac7756d551a5c10dc43af3;p=thirdparty%2Fgcc.git * config/rs6000/rs6000.md (allocate_stack): Use _stack form of patterns when updating the back chain. Missed in the 2009-02-10 change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144120 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ad6a550c21c..3016538b33aa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-02-12 Ben Elliston + + * 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 * doc/extend.texi (Decimal Floating Types): Update identifier of diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index ffbc8ad861e5..d002ffadca08 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -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