Address comments on last patch:
authorBill Wendling <isanbard@gmail.com>
Fri, 11 Dec 2009 03:14:18 +0000 (03:14 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 11 Dec 2009 03:14:18 +0000 (03:14 +0000)
commit64bdde2093f461f10c095d08d53dc57c6612ce69
tree1addb1cedf976837572c052cd034fbc2323b67c8
parent4bde1ab82d4a520dca59db1fd212d77ac667b3a8
Address comments on last patch:

- Loosen the restrictions when checking of it branches to a landing pad.
- Make the loop more efficient by checking the '.insert' return value.
- Do cheaper checks first.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91101 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineBasicBlock.h
lib/CodeGen/MachineBasicBlock.cpp