Commit 36fa5a76 by Richard Kenner

Fix typo in last change

From-SVN: r43919
parent 0407c02b
...@@ -942,7 +942,7 @@ double_memory_operand (op, mode) ...@@ -942,7 +942,7 @@ double_memory_operand (op, mode)
op = adjust_address_nv (op, GET_MODE_CLASS (mode) == MODE_INT op = adjust_address_nv (op, GET_MODE_CLASS (mode) == MODE_INT
? SImode : SFmode, 4); ? SImode : SFmode, 4);
return memory_address_p (XEXP (op, 0)); return memory_address_p (GET_MODE (op), XEXP (op, 0));
} }
/* Return nonzero if the code of this rtx pattern is EQ or NE. */ /* Return nonzero if the code of this rtx pattern is EQ or NE. */
......
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