diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-28 15:29:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-28 15:29:45 +0000 |
commit | 28c2d8448745ef95103b43abb830fe8c16bcbbbb (patch) | |
tree | d6229d36c3ba1bde96e6ff5cf2b04b6fb1b8d777 /gcc/haifa-sched.c | |
parent | 31bf854993c5a3d795eb55b4a871b3b3d742b7c7 (diff) | |
download | gcc-28c2d8448745ef95103b43abb830fe8c16bcbbbb.tar.gz |
* ChangeLog.4: Fix typos.
* ChangeLog.6: Likewise.
* FSFChangeLog.10: Likewise.
* genattrtab.c: Fix comment typos.
* haifa-sched.c: Likewise.
* real.c: Likewise.
* tree.h: Likewise.
* config/arm/arm.c: Likewise.
* config/arm/crti.asm: Likewise.
* config/arm/crtn.asm: Likewise.
* config/frv/frv.c: Likewise.
* config/frv/frv.md: Likewise.
* config/h8300/h8300.md: Likewise.
* config/i386/rtemself.h: Likewise.
* config/ia64/unwind-ia64.c: Likewise.
* config/ip2k/ip2k.h: Likewise.
* config/m88k/m88k.c: Likewise.
* config/m88k/m88k.md: Likewise.
* config/mips/sr71k.md: Likewise.
* config/mmix/mmix.c: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/sh/sh.md: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57614 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r-- | gcc/haifa-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index c5eb4d6ab9a..c253f2cede1 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -389,7 +389,7 @@ static rtx last_scheduled_insn; /* Compute the function units used by INSN. This caches the value returned by function_units_used. A function unit is encoded as the - unit number if the value is non-negative and the compliment of a + unit number if the value is non-negative and the complement of a mask if the value is negative. A function unit index is the non-negative encoding. The scheduler using only DFA description should never use the following function. */ |