From: Ben Elliston Date: Thu, 12 Feb 2009 04:37:09 +0000 (+0000) Subject: rs6000.md (allocate_stack): Use _stack form of patterns when updating the back chain. X-Git-Tag: releases/gcc-4.4.0~574 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2a237b53455a16321860ee61efe55e7a971d80f;p=thirdparty%2Fgcc.git 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 --- 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