1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Remove extraneous semicolon.

This commit is contained in:
Bill Wendling 2020-01-07 12:48:17 -08:00
parent 1d67a5be15
commit c185d37c5e

View File

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