From: Kazu Hirata Date: Sun, 22 Jun 2003 16:49:12 +0000 (+0000) Subject: * bt-load.c: Follow spelling conventions. X-Git-Tag: releases/gcc-3.4.0~5564 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc0efd0b4586263cf5fd02881e4d1ba2882eaa1c;p=thirdparty%2Fgcc.git * bt-load.c: Follow spelling conventions. From-SVN: r68342 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 75bed2545c03..baa585e6ef0e 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 e585bc79f339..4f4d4a209d2c 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. */