diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1996-04-17 21:18:32 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1996-04-17 21:18:32 +0000 |
commit | df8a9177ceb4cde30ca333838cb0328c61ca727e (patch) | |
tree | 3f7d49b592fd2a1576c244d4211137283acc84fe | |
parent | 5bb43f8f715b48c2a085e564ff1037d9d9932bc7 (diff) | |
download | gcc-df8a9177ceb4cde30ca333838cb0328c61ca727e.zip gcc-df8a9177ceb4cde30ca333838cb0328c61ca727e.tar.gz gcc-df8a9177ceb4cde30ca333838cb0328c61ca727e.tar.bz2 |
Do not FAIL in movdi
From-SVN: r11845
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 3 |
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]); |