From 2148624a44cb575edab51bf505687e4f8ca6445d Mon Sep 17 00:00:00 2001 From: "J\"orn Rennecke" Date: Wed, 23 Feb 2000 17:18:15 +0000 Subject: final.c (shorten_branches): Make value passed to LABEL_ALIGN conform to documentation. * final.c (shorten_branches): Make value passed to LABEL_ALIGN conform to documentation. * sh.h (LABEL_ALIGN): If aligning loops, call sh_label_align to check for special cases. * sh-protos.h (sh_label_align): Declare. * sh.c (sh_label_align): Define. From-SVN: r32114 --- gcc/final.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/final.c') diff --git a/gcc/final.c b/gcc/final.c index c38b5ae..d5096fb 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -1134,7 +1134,7 @@ shorten_branches (first) break; else if (GET_CODE (label) == CODE_LABEL) { - log = LOOP_ALIGN (insn); + log = LOOP_ALIGN (label); if (max_log < log) { max_log = log; -- cgit v1.1