From 25938114e3005a99cc21c9e3bf1c3ca4d1b6bb23 Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Mon, 9 Mar 1998 12:02:59 +0000 Subject: [PATCH] Typo fix. From-SVN: r18449 --- gcc/config/sh/sh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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