mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48543 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -32,7 +32,7 @@ namespace llvm {
|
|||||||
///
|
///
|
||||||
/// This class is implemented as a single-link chained hash table, where the
|
/// This class is implemented as a single-link chained hash table, where the
|
||||||
/// "buckets" are actually the nodes themselves (the next pointer is in the
|
/// "buckets" are actually the nodes themselves (the next pointer is in the
|
||||||
/// node). The last node points back to the bucket to simplified node removal.
|
/// node). The last node points back to the bucket to simplify node removal.
|
||||||
///
|
///
|
||||||
/// Any node that is to be included in the folding set must be a subclass of
|
/// Any node that is to be included in the folding set must be a subclass of
|
||||||
/// FoldingSetNode. The node class must also define a Profile method used to
|
/// FoldingSetNode. The node class must also define a Profile method used to
|
||||||
|
Reference in New Issue
Block a user