diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-22 16:49:12 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-22 16:49:12 +0000 |
commit | 10d69da9aaf49d453b6ba1197b82dfd6e3bd6020 (patch) | |
tree | e9c6f39c88e0538c36cae642a39581d9ce63487f /gcc/bt-load.c | |
parent | 31d97509f49c2b7f888ec7361d886600b87a84b6 (diff) | |
download | gcc-10d69da9aaf49d453b6ba1197b82dfd6e3bd6020.tar.gz |
* bt-load.c: Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68342 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bt-load.c')
-rw-r--r-- | gcc/bt-load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bt-load.c b/gcc/bt-load.c index e585bc79f33..4f4d4a209d2 100644 --- a/gcc/bt-load.c +++ b/gcc/bt-load.c @@ -1161,7 +1161,7 @@ can_move_up (basic_block bb, rtx insn, int n_insns) there is another definition with cost == MIN_COST which now has a higher priority than this definition. - Return non-zero if there may be benefit from attempting to + Return nonzero if there may be benefit from attempting to migrate this DEF further (i.e. we have reduced the cost below MIN_COST, but we may be able to reduce it further). Return zero if no further migration is possible. */ |