aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1996-04-17 21:18:32 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1996-04-17 21:18:32 +0000
commitdf8a9177ceb4cde30ca333838cb0328c61ca727e (patch)
tree3f7d49b592fd2a1576c244d4211137283acc84fe /gcc
parent5bb43f8f715b48c2a085e564ff1037d9d9932bc7 (diff)
downloadgcc-df8a9177ceb4cde30ca333838cb0328c61ca727e.zip
gcc-df8a9177ceb4cde30ca333838cb0328c61ca727e.tar.gz
gcc-df8a9177ceb4cde30ca333838cb0328c61ca727e.tar.bz2
Do not FAIL in movdi
From-SVN: r11845
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/rs6000.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 5aa1813..6608156 100644
--- 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]);