From cc0efd0b4586263cf5fd02881e4d1ba2882eaa1c Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 22 Jun 2003 16:49:12 +0000 Subject: [PATCH] * bt-load.c: Follow spelling conventions. From-SVN: r68342 --- gcc/ChangeLog | 4 ++++ gcc/bt-load.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 75bed2545c0..baa585e6ef0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-22 Kazu Hirata + + * bt-load.c: Follow spelling conventions. + 2003-06-22 Kazu Hirata * expr.c (emit_move_insn_1): Fix a comment typo. 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. */ -- 2.30.2