From 1a4c80ee19bc2af0f20a353ab4f719c839f10f33 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 18 Jan 2012 19:14:48 +0000 Subject: [PATCH] rs6000.md (call_value_indirect_aix32): Fix typo in mode of operand[4]. * config/rs6000/rs6000.md (call_value_indirect_aix32): Fix typo in mode of operand[4]. From-SVN: r183282 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/rs6000.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50e90c41636f..b82ded52144e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-01-18 David Edelsohn + + * config/rs6000/rs6000.md (call_value_indirect_aix32): Fix typo + in mode of operand[4]. + 2012-01-15 Uros Bizjak PR rtl-optimization/51821 diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index b750b2bf0f71..16be86c27a4f 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -12241,8 +12241,8 @@ " { operands[3] = gen_reg_rtx (SImode); - operands[4] = gen_rtx_MEM (DImode, - gen_rtx_PLUS (DImode, stack_pointer_rtx, + operands[4] = gen_rtx_MEM (SImode, + gen_rtx_PLUS (SImode, stack_pointer_rtx, GEN_INT (20))); operands[5] = gen_rtx_MEM (SImode, -- 2.47.2