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:33:57 +0000 (00:33 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 15 Aug 1998 00:33:57 +0000 (18:33 -0600)
commit6b3603c2731fd23a7b6444e3515e3a42d60d0894
treebc5dda9b52607bdd550eed99e6c8a9594e3b5781
parentfbe83d7ac8de863d96382e114d1bbd3307d803af
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.

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