diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-17 19:03:12 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-17 19:03:12 +0000 |
commit | 9b1cd64ed71362dc0e8d0b20782cff407ec012a6 (patch) | |
tree | 5bd476260d08ca0498e8f54c872e5c713ceed268 /gcc/ChangeLog.6 | |
parent | 871976dff37802bdfacf6fce6d271abb7a1cd48b (diff) | |
download | gcc-9b1cd64ed71362dc0e8d0b20782cff407ec012a6.tar.gz |
* ChangeLog.3: Fix comment typos.
* ChangeLog.6: Likewise.
* config/d30v/d30v.c: Likewise.
* config/h8300/h8300.md: Likewise.
* config/m32r/m32r.md: Likewise.
* config/mips/mips.c: Likewise.
* config/mips/mips.md: Likewise.
* config/ns32k/NOTES: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68104 138bc75d-0d04-0410-961f-82ee72b054a4
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. |