flow.c (delete_dead_jumptables): Speed up by scanning insns that do not belong to...
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 21 Feb 2005 19:47:40 +0000 (19:47 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 21 Feb 2005 19:47:40 +0000 (19:47 +0000)
commit88312d26a5b32bf7ae7d593d8c12517623106c6f
tree5527b039f988d6e0b9585b5f8a80477d6ee437bc
parentfca01525bf39af39d545094e75cb72276f46013c
flow.c (delete_dead_jumptables): Speed up by scanning insns that do not belong to any basic block.

* flow.c (delete_dead_jumptables): Speed up by scanning insns
that do not belong to any basic block.

From-SVN: r95342
gcc/ChangeLog
gcc/flow.c