Fix IA-64 libada build failure, abnormal call edges on non-call insns.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Oct 2005 00:22:53 +0000 (00:22 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Oct 2005 00:22:53 +0000 (00:22 +0000)
commit0990886a088a86efe0c7555396a0c1024de8f059
treeed724d81437e2a094d7d1b08694e9eb665cee483
parent4c466493fe1b761304170e8637bf8583e2d2f1b5
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105533 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgrtl.c