From: Joern Rennecke Date: Mon, 9 Mar 1998 12:02:59 +0000 (+0000) Subject: Typo fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25938114e3005a99cc21c9e3bf1c3ca4d1b6bb23;p=gcc.git Typo fix. From-SVN: r18449 --- diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index ee97013208a..21cfc36e06c 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