projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bb43f8
)
Do not FAIL in movdi
author
Michael Meissner
<meissner@gcc.gnu.org>
Wed, 17 Apr 1996 21:18:32 +0000
(21:18 +0000)
committer
Michael Meissner
<meissner@gcc.gnu.org>
Wed, 17 Apr 1996 21:18:32 +0000
(21:18 +0000)
From-SVN: r11845
gcc/config/rs6000/rs6000.md
patch
|
blob
|
history
diff --git
a/gcc/config/rs6000/rs6000.md
b/gcc/config/rs6000/rs6000.md
index 5aa18139142c76688ee3b96dc539146c55344b51..6608156d77eb02eef61aa7c9595221827610bf37 100644
(file)
--- a/
gcc/config/rs6000/rs6000.md
+++ b/
gcc/config/rs6000/rs6000.md
@@
-5487,9
+5487,6
@@
""
"
{
- if (! TARGET_64BIT && ! general_operand (operands[1], DImode))
- FAIL;
-
if (GET_CODE (operands[0]) != REG)
operands[1] = force_reg (DImode, operands[1]);