From 8cdfa312b4d4d0abdca7e9b9ecd4333568d40b83 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 12 Dec 2001 10:08:37 -0800 Subject: [PATCH] Wrap comment. From-SVN: r47941 --- gcc/config/i386/i386.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 703023acbdf..9b1ad919471 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 -- 2.30.2