Fix thinko in last change.
authorJeff Law <law@gcc.gnu.org>
Wed, 26 Jun 1996 23:25:22 +0000 (17:25 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 26 Jun 1996 23:25:22 +0000 (17:25 -0600)
From-SVN: r12335

gcc/config/pa/pa.md

index 79ebbcc08ca0cca033c4a9230768e09abc957296..8c081b8213539690b890bdea50843e55fbfef604 100644 (file)
 {
   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 ""