Commit df8a9177 by Michael Meissner

Do not FAIL in movdi

From-SVN: r11845
parent 5bb43f8f
......@@ -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]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment