Use SmallSet instead of std::set.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 17 Mar 2007 08:53:30 +0000 (08:53 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 17 Mar 2007 08:53:30 +0000 (08:53 +0000)
commitdb264ae07f451cbd5bb33d528ae00e4910ce386b
tree3e6ea0bebee8b11227995d84d801b5abf474fccf
parent2edd5638255dbbcdad55ca724953e155ab13b5d1
Use SmallSet instead of std::set.

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