Remove extraneous semicolon.

This commit is contained in:
Bill Wendling 2020-01-07 12:48:17 -08:00
parent 6d52edebc9
commit c5877ec9b4
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ void GIMatchTreeVRegDefPartitioner::addToPartition(bool Result,
P = Partitions.insert(std::make_pair(I->second, BitVector())).first; P = Partitions.insert(std::make_pair(I->second, BitVector())).first;
P->second.resize(LeafIdx + 1); P->second.resize(LeafIdx + 1);
P->second.set(LeafIdx); P->second.set(LeafIdx);
}; }
void GIMatchTreeVRegDefPartitioner::repartition( void GIMatchTreeVRegDefPartitioner::repartition(
GIMatchTreeBuilder::LeafVec &Leaves) { GIMatchTreeBuilder::LeafVec &Leaves) {