Commit d1b765a5 by Richard Kenner

*** empty log message ***

From-SVN: r432
parent 0e690bdb
...@@ -1754,7 +1754,7 @@ constrain_operands (insn_code_num, strict) ...@@ -1754,7 +1754,7 @@ constrain_operands (insn_code_num, strict)
we can examine the bits of it reliably. */ we can examine the bits of it reliably. */
if ((HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT if ((HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT
|| HOST_BITS_PER_INT != BITS_PER_WORD) || HOST_BITS_PER_INT != BITS_PER_WORD)
&& GET_CODE (op) != VOIDmode && ! flag_pretend_float) && GET_MODE (op) != VOIDmode && ! flag_pretend_float)
break; break;
if (GET_CODE (op) == CONST_DOUBLE) if (GET_CODE (op) == CONST_DOUBLE)
win = 1; win = 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