]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix IA-64 libada build failure, abnormal call edges on non-call insns.
authorJames E Wilson <wilson@specifixinc.com>
Tue, 18 Oct 2005 00:22:53 +0000 (17:22 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 18 Oct 2005 00:22:53 +0000 (17:22 -0700)
commit1b2914a08690ba27783457d7ebe250afba9bd9f2
treeed724d81437e2a094d7d1b08694e9eb665cee483
parent55ae1d648c1e23c4627716a0a83efb88f24ae32e
Fix IA-64 libada build failure, abnormal call edges on non-call insns.

PR rtl-optimization/17356
* cfgrtl.c (purge_dead_edges): Check for EDGE_ABNORMAL_CALL before
checking for EDGE_EH.

From-SVN: r105533
gcc/ChangeLog
gcc/cfgrtl.c