Reduce the amount of searching this assertion does. On a testcase of mine,
authorChris Lattner <sabre@nondot.org>
Wed, 23 Feb 2005 07:09:08 +0000 (07:09 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Feb 2005 07:09:08 +0000 (07:09 +0000)
commit35f0aecdb012ba150953f6f3a98862be9c72d265
treede3fc5d876f5d4ba9e2664efe82c12c21aa160e1
parent9b5b1905dbad19de374e7617f615ba522ffe0468
Reduce the amount of searching this assertion does.  On a testcase of mine,
this reduces the time for -simplifycfg in a debug build from 106s to 14.82s

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20286 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/BasicBlock.cpp