avoid redundant lookups in BBExecutable, and make it a SmallPtrSet.
authorChris Lattner <sabre@nondot.org>
Mon, 2 Nov 2009 06:11:23 +0000 (06:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 2 Nov 2009 06:11:23 +0000 (06:11 +0000)
commit09275299e286da115fdc4faf1bded9f04ff28ee1
tree1c226152e5666e85c7b402048f38b376fdb9d435
parent5638dc618acd725d1128e77cd28a6e0ed66185c4
avoid redundant lookups in BBExecutable, and make it a SmallPtrSet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85790 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SCCP.cpp