mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
fix typos
llvm-svn: 342241
This commit is contained in:
parent
7ad27d20dd
commit
8d749190f8
@ -3959,7 +3959,7 @@ bool SelectionDAGLegalize::ExpandNode(SDNode *Node) {
|
||||
return false;
|
||||
}
|
||||
|
||||
LLVM_DEBUG(dbgs() << "Succesfully expanded node\n");
|
||||
LLVM_DEBUG(dbgs() << "Successfully expanded node\n");
|
||||
ReplaceNode(Node, Results.data());
|
||||
return true;
|
||||
}
|
||||
|
@ -275,7 +275,7 @@ void FoldingSetBase::GrowBucketCount(unsigned NewBucketCount) {
|
||||
|
||||
// Clear out new buckets.
|
||||
Buckets = AllocateBuckets(NewBucketCount);
|
||||
// Set NumBuckets only if allocation of new buckets was succesful
|
||||
// Set NumBuckets only if allocation of new buckets was successful.
|
||||
NumBuckets = NewBucketCount;
|
||||
NumNodes = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user