Commit 8cdfa312 by Richard Henderson

Wrap comment.

From-SVN: r47941
parent a46ce590
...@@ -8377,8 +8377,8 @@ ix86_split_long_move (operands) ...@@ -8377,8 +8377,8 @@ ix86_split_long_move (operands)
here we simplify i386.md splitters. */ here we simplify i386.md splitters. */
if (GET_MODE_SIZE (GET_MODE (operands[0])) == 8 && TARGET_64BIT) if (GET_MODE_SIZE (GET_MODE (operands[0])) == 8 && TARGET_64BIT)
{ {
/* Optimize constant pool reference to immediates. This is used by fp moves, /* Optimize constant pool reference to immediates. This is used by
that force all constants to memory to allow combining. */ fp moves, that force all constants to memory to allow combining. */
if (GET_CODE (operands[1]) == MEM if (GET_CODE (operands[1]) == MEM
&& GET_CODE (XEXP (operands[1], 0)) == SYMBOL_REF && GET_CODE (XEXP (operands[1], 0)) == SYMBOL_REF
......
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