switch an std::set to a SmallPtr set, this speeds up instcombine by 9.5%
authorChris Lattner <sabre@nondot.org>
Thu, 15 Feb 2007 19:41:52 +0000 (19:41 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Feb 2007 19:41:52 +0000 (19:41 +0000)
commit1f87a58ab29bc0fe888abfa3e15917e62ad3598e
tree3da0bed5ef0a69e4c1116730c079f13b57253993
parent852b4baf47e987ff2f2cf547aba23ac89d091ede
switch an std::set to a SmallPtr set, this speeds up instcombine by 9.5%
on 447.dealII

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