Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
a94523df
Commit
a94523df
authored
18 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
reformat comment
llvm-svn: 33675
parent
e3eda256
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/lib/Support/FoldingSet.cpp
+2
-2
2 additions, 2 deletions
llvm/lib/Support/FoldingSet.cpp
with
2 additions
and
2 deletions
llvm/lib/Support/FoldingSet.cpp
+
2
−
2
View file @
a94523df
...
...
@@ -125,8 +125,8 @@ bool FoldingSetImpl::NodeID::operator==(const FoldingSetImpl::NodeID &RHS)const{
/// singly-linked-list. In order to make deletion more efficient, we make
/// the list circular, so we can delete a node without computing its hash.
/// The problem with this is that the start of the hash buckets are not
/// Nodes. If NextInBucketPtr is a bucket pointer, this method returns null
///
:
use GetBucketPtr when this happens.
/// Nodes. If NextInBucketPtr is a bucket pointer, this method returns null
:
/// use GetBucketPtr when this happens.
static
FoldingSetImpl
::
Node
*
GetNextPtr
(
void
*
NextInBucketPtr
,
void
**
Buckets
,
unsigned
NumBuckets
)
{
if
(
NextInBucketPtr
>=
Buckets
&&
NextInBucketPtr
<
Buckets
+
NumBuckets
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment