diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2001-12-12 10:08:37 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-12-12 10:08:37 -0800 |
commit | 8cdfa312b4d4d0abdca7e9b9ecd4333568d40b83 (patch) | |
tree | 02656b17d542a5f915fa614980fac4eb4459ea78 /gcc | |
parent | a46ce590a80fb82888432a7641afdbfb5dd59c90 (diff) | |
download | gcc-8cdfa312b4d4d0abdca7e9b9ecd4333568d40b83.zip gcc-8cdfa312b4d4d0abdca7e9b9ecd4333568d40b83.tar.gz gcc-8cdfa312b4d4d0abdca7e9b9ecd4333568d40b83.tar.bz2 |
Wrap comment.
From-SVN: r47941
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 703023a..9b1ad91 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -8377,8 +8377,8 @@ ix86_split_long_move (operands) here we simplify i386.md splitters. */ if (GET_MODE_SIZE (GET_MODE (operands[0])) == 8 && TARGET_64BIT) { - /* Optimize constant pool reference to immediates. This is used by fp moves, - that force all constants to memory to allow combining. */ + /* Optimize constant pool reference to immediates. This is used by + fp moves, that force all constants to memory to allow combining. */ if (GET_CODE (operands[1]) == MEM && GET_CODE (XEXP (operands[1], 0)) == SYMBOL_REF |