]> git.ipfire.org Git - thirdparty/gcc.git/commit
final.c (max_labelno): New static variable.
authorJ"orn Rennecke <amylaar@cygnus.co.uk>
Tue, 3 Mar 1998 20:45:49 +0000 (20:45 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 3 Mar 1998 20:45:49 +0000 (13:45 -0700)
commitde7987a645e310ed5701e693ccbbc8d25179686b
treef6188cbd7b5136452a061cafd98479dc96d0c06f
parent27d8f9ea6f7eafd14b8ec9a877b8cc2734ab2f06
final.c (max_labelno): New static variable.

        * final.c (max_labelno): New static variable.
        (final_scan_insn): Check max_labelno before outputting an
        alignment for a label.
        (shorten_branches): Remove unused variable length_align.
Fix some minor problems with new shortening code.

From-SVN: r18390
gcc/ChangeLog
gcc/final.c