From: Jeff Law Date: Wed, 26 Jun 1996 23:25:22 +0000 (-0600) Subject: Fix thinko in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=458c16f71e1ba5e22baee6038f0042e97856c419;p=gcc.git Fix thinko in last change. From-SVN: r12335 --- diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 79ebbcc08ca..8c081b82135 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -5290,7 +5290,11 @@ { operands[2] = gen_reg_rtx (SImode); if (GET_CODE (operands[1]) != REG) - force_reg (SImode, operands[1]); + { + rtx tmp = gen_reg_rtx (Pmode); + emit_move_insn (tmp, operands[1]); + operands[1] = tmp; + } }") (define_insn ""