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:
parent
1d67a5be15
commit
c185d37c5e
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user