Simplify the code a bit by making the collection of basic blocks to extract
authorChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 22:34:55 +0000 (22:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 22:34:55 +0000 (22:34 +0000)
commit0e06674287b15696f66a65f20f2ba99137b29213
tree7b9c9745c3612e7c817ece2e184ed43183cb689f
parent3b04a7a1316807267c5bd2a28c40f6b898bd84ee
Simplify the code a bit by making the collection of basic blocks to extract
a member of the class.  While we're at it, turn the collection into a set
instead of a vector to improve efficiency and make queries simpler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12400 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/CodeExtractor.cpp