aboutsummaryrefslogtreecommitdiff
path: root/gcc/bt-load.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-06-22 16:49:12 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-22 16:49:12 +0000
commitcc0efd0b4586263cf5fd02881e4d1ba2882eaa1c (patch)
treee9c6f39c88e0538c36cae642a39581d9ce63487f /gcc/bt-load.c
parent0e9cbd11b4badbc627791ce6d4dde2849a0183c9 (diff)
downloadgcc-cc0efd0b4586263cf5fd02881e4d1ba2882eaa1c.zip
gcc-cc0efd0b4586263cf5fd02881e4d1ba2882eaa1c.tar.gz
gcc-cc0efd0b4586263cf5fd02881e4d1ba2882eaa1c.tar.bz2
* bt-load.c: Follow spelling conventions.
From-SVN: r68342
Diffstat (limited to 'gcc/bt-load.c')
-rw-r--r--gcc/bt-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bt-load.c b/gcc/bt-load.c
index e585bc7..4f4d4a2 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. */