Fix gcov mips switch table interaction bug reported to bug-gcc.
authorJim Wilson <wilson@cygnus.com>
Thu, 23 Apr 1998 19:10:52 +0000 (19:10 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 23 Apr 1998 19:10:52 +0000 (12:10 -0700)
commit8ade151969ca4ec801611c33f11606cafd2368e6
treec7752a4e5b4c384f8e7906d09434bc29071647e9
parent2e925bfc0c4acda15c414f10faae640a5c4735c4
Fix gcov mips switch table interaction bug reported to bug-gcc.

* profile.c (tablejump_entry_p): New function.
(branch_prob): Add code to recognize MIPS tablejump entry branch.
Use tablejump_entry_p in MIPS and HPPA tablejump checking code.

From-SVN: r19388
gcc/ChangeLog
gcc/profile.c