diff options
Diffstat (limited to 'gcc/ChangeLog.6')
-rw-r--r-- | gcc/ChangeLog.6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog.6 b/gcc/ChangeLog.6 index 5618eaa29e2..a6f412aa3c8 100644 --- a/gcc/ChangeLog.6 +++ b/gcc/ChangeLog.6 @@ -10043,7 +10043,7 @@ Tue Sep 25 17:13:56 CEST 2001 Jan Hubicka <jh@suse.cz> * config/i386/i386.c (ix86_init_builtins): Correct return type building v4hi_ftype_v4hi_int_int tree node. (ix86_expand_sse_comi): Fix typo swapping operands. - Don't swap comparision condition, it is already swapped. + Don't swap comparison condition, it is already swapped. (ix86_expand_sse_compare): Before swapping operands move operand 1 into new rtx and not the target rtx. Don't swap comparison condition, it is already swapped. |