diff options
author | Joern Rennecke <amylaar@gcc.gnu.org> | 1998-03-09 12:02:59 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 1998-03-09 12:02:59 +0000 |
commit | 25938114e3005a99cc21c9e3bf1c3ca4d1b6bb23 (patch) | |
tree | fac292b3017dfb559be8f1e2d17aea9b144eb681 /gcc | |
parent | af0356161ee3f57cd097b2f430f835d79b4defaf (diff) | |
download | gcc-25938114e3005a99cc21c9e3bf1c3ca4d1b6bb23.zip gcc-25938114e3005a99cc21c9e3bf1c3ca4d1b6bb23.tar.gz gcc-25938114e3005a99cc21c9e3bf1c3ca4d1b6bb23.tar.bz2 |
Typo fix.
From-SVN: r18449
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sh/sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index ee97013..21cfc36 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -3031,7 +3031,7 @@ split_branches (first) struct far_branch *bp = uid_branch[dest_uid]; /* redirect_jump needs a valid JUMP_LABEL, and it might delete - the label if th lABEL_BUSES count drops to zero. There is + the label if the LABEL_NUSES count drops to zero. There is always a jump_optimize pass that sets these values, but it proceeds to delete unreferenced code, and then if not optimizing, to un-delete the deleted instructions, thus |