Remove unused variable. NFC.

This commit is contained in:
Simon Pilgrim 2021-12-07 18:36:50 +00:00
parent e9fae0f19e
commit d298c32407
1 changed files with 0 additions and 1 deletions

View File

@ -731,7 +731,6 @@ SDValue VectorLegalizer::ExpandStore(SDNode *N) {
}
void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) {
SDValue Tmp;
switch (Node->getOpcode()) {
case ISD::MERGE_VALUES:
for (unsigned i = 0, e = Node->getNumValues(); i != e; ++i)