OSDN Git Service

[SelectionDAG] Replace a std::vector<SDValue> with a SmallVector.
authorCraig Topper <craig.topper@intel.com>
Fri, 26 Jan 2018 07:15:22 +0000 (07:15 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 26 Jan 2018 07:15:22 +0000 (07:15 +0000)
commitc615c14b1d9b2c15e694dacb94f7d1530b09bf0e
tree6a1fbdcb1a966aa53a4ad7ebe1618999593ea6ca
parent5e8ab2225aea7acb07dfbe1699c5e53fd0faf577
[SelectionDAG] Replace a std::vector<SDValue> with a SmallVector.

It likely the number of elements in the type we're legalizing here is reasonably small.

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