projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea06b0e
)
Fix thinko in last change.
author
Jeff Law
<law@gcc.gnu.org>
Wed, 26 Jun 1996 23:25:22 +0000
(17:25 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Wed, 26 Jun 1996 23:25:22 +0000
(17:25 -0600)
From-SVN: r12335
gcc/config/pa/pa.md
patch
|
blob
|
history
diff --git
a/gcc/config/pa/pa.md
b/gcc/config/pa/pa.md
index 79ebbcc08ca0cca033c4a9230768e09abc957296..8c081b8213539690b890bdea50843e55fbfef604 100644
(file)
--- 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 ""