]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000.md (allocate_stack): Use _stack form of patterns when updating the back chain.
authorBen Elliston <bje@au.ibm.com>
Thu, 12 Feb 2009 04:37:09 +0000 (04:37 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Thu, 12 Feb 2009 04:37:09 +0000 (15:37 +1100)
* 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

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index 5ad6a550c21cd6d8b80fbc65d971a8711d514d3d..3016538b33aa43d5913c57e3ea6c306b3aba8871 100644 (file)
@@ -1,3 +1,9 @@
+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
index ffbc8ad861e594fa564529aec40ecce45b19a2c1..d002ffadca08871fb247ab272f8795e72f8363d5 100644 (file)
   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