mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Fixed 80 col. violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9719495c3
commit
27a8e0dc2f
@ -221,8 +221,10 @@ void FoldingSetImpl::GrowHashTable() {
|
|||||||
/// FindNodeOrInsertPos - Look up the node specified by ID. If it exists,
|
/// FindNodeOrInsertPos - Look up the node specified by ID. If it exists,
|
||||||
/// return it. If not, return the insertion token that will make insertion
|
/// return it. If not, return the insertion token that will make insertion
|
||||||
/// faster.
|
/// faster.
|
||||||
FoldingSetImpl::Node *FoldingSetImpl::FindNodeOrInsertPos(const FoldingSetNodeID &ID,
|
FoldingSetImpl::Node
|
||||||
void *&InsertPos) {
|
*FoldingSetImpl::FindNodeOrInsertPos(const FoldingSetNodeID &ID,
|
||||||
|
void *&InsertPos) {
|
||||||
|
|
||||||
void **Bucket = GetBucketFor(ID, Buckets, NumBuckets);
|
void **Bucket = GetBucketFor(ID, Buckets, NumBuckets);
|
||||||
void *Probe = *Bucket;
|
void *Probe = *Bucket;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user