]> git.ipfire.org Git - thirdparty/gcc.git/commit
loop.c (add_label_notes): Do not ignore references to labels before dispatch tables.
authorJeffrey A Law <law@cygnus.com>
Sat, 15 Aug 1998 00:32:21 +0000 (00:32 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 15 Aug 1998 00:32:21 +0000 (18:32 -0600)
commitad12176a6c2e8ba227ea7e3d1c155de78b216f03
tree8485fbf542d91b623612d18f3288e8d4899515c8
parent909ca86632916c18fbb988ca9fcfd77984c31cb8
loop.c (add_label_notes): Do not ignore references to labels before dispatch tables.

        * loop.c (add_label_notes): Do not ignore references to labels
        before dispatch tables.  Mirrors Apr 8 change to mark_jump_label.
        * gcse.c (add_label_notes): Similarly.
Fixes abort building XEmacs on x86.

From-SVN: r21743
gcc/ChangeLog
gcc/gcse.c
gcc/loop.c