summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-22 16:49:12 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-22 16:49:12 +0000
commit10d69da9aaf49d453b6ba1197b82dfd6e3bd6020 (patch)
treee9c6f39c88e0538c36cae642a39581d9ce63487f /gcc
parent31d97509f49c2b7f888ec7361d886600b87a84b6 (diff)
downloadgcc-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')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/bt-load.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 75bed2545c0..baa585e6ef0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
+ * bt-load.c: Follow spelling conventions.
+
+2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
+
* expr.c (emit_move_insn_1): Fix a comment typo.
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
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. */