change reassociate to use SmallVector for its key datastructures
authorChris Lattner <sabre@nondot.org>
Thu, 31 Dec 2009 18:40:32 +0000 (18:40 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Dec 2009 18:40:32 +0000 (18:40 +0000)
commit9f7b7089be854c323f8d9a4627d80e47adf496e6
tree5363307143c32e94acafc8e350a579c66946fa7f
parent9cd1bc4f8b3e98892a2b9856eccd2a2ec9afdf7f
change reassociate to use SmallVector for its key datastructures
instead of std::vector.

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