OSDN Git Service

Use SmallSet instead of std::set to save allocations.
authorOwen Anderson <resistor@mac.com>
Thu, 14 Aug 2008 23:41:38 +0000 (23:41 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 14 Aug 2008 23:41:38 +0000 (23:41 +0000)
commitbbf55832831482a73fa59fcd1746f9272e82a144
treecc575b6bf9148fcc55df4d1795597229e4e0de2c
parent0d9deac4850230c2b54b1d693ccd9f1fdb8c998a
Use SmallSet instead of std::set to save allocations.

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