diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-14 13:12:56 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-14 13:12:56 +0000 |
commit | c8515df4ffad31fcf2c1895b5f44a8c01a20e64c (patch) | |
tree | b297451e696bdde6a8684f9d292350003082fe4f /gcc/haifa-sched.c | |
parent | 6196add79cffa043f4c84a1255761842c7a638f3 (diff) | |
download | gcc-c8515df4ffad31fcf2c1895b5f44a8c01a20e64c.tar.gz |
* haifa-sched.c: Follow spelling conventions.
* regclass.c: Likewise.
* regrename.c: Likewise.
* config/fp-bit.c: Likewise.
* config/frv/frv.h: Likewise.
* config/m88k/m88k.c: Likewise.
* config/mcore/mcore.c: Likewise.
* config/rs6000/darwin.h: Likewise.
* config/rs6000/gnu.h: Likewise.
* config/rs6000/linux.h: Likewise.
* config/rs6000/linux64.h: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/rs6000/rs6000.h: Likewise.
* config/sh/sh.c: Likewise.
* config/sparc/sparc.c: Likewise.
* config/sparc/ultra1_2.md: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57143 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 68a7e0d508b..c5eb4d6ab9a 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -158,7 +158,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA static int issue_rate; -/* If the following variable value is non zero, the scheduler inserts +/* If the following variable value is nonzero, the scheduler inserts bubbles (nop insns). The value of variable affects on scheduler behavior only if automaton pipeline interface with multipass scheduling is used and hook dfa_bubble is defined. */ |