Eliminate some std::sets. This speeds up isel of kimwitu by about 0.9%
authorChris Lattner <sabre@nondot.org>
Sun, 4 Feb 2007 00:24:41 +0000 (00:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Feb 2007 00:24:41 +0000 (00:24 +0000)
commitd48c5e871a0f3386e536e0987ca06dbc4e274acf
tree6a23bd1a6ef59f966e554c99b235c285ae265dab
parenta3e60626b45546b0afbf3794ce3e0b7012c0e862
Eliminate some std::sets.  This speeds up isel of kimwitu by about 0.9%

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33852 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp