Commit 26fe82a7 by Richard Kenner

(arith64_operand): Integer CONST_DOUBLE is DImode.

From-SVN: r7847
parent f82b3ad0
...@@ -1271,7 +1271,7 @@ arith64_operand (op, mode) ...@@ -1271,7 +1271,7 @@ arith64_operand (op, mode)
{ {
return (register_operand (op, mode) return (register_operand (op, mode)
|| GET_CODE (op) == CONST_INT || GET_CODE (op) == CONST_INT
|| (GET_CODE (op) == CONST_DOUBLE && GET_MODE (op) == DImode)); || (GET_CODE (op) == CONST_DOUBLE && GET_MODE (op) == VOIDmode));
} }
int int
......
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