mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-25 00:33:15 +00:00
Fix up comment to be more clear.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165463 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
408aad5031
commit
2d65efed53
@ -133,8 +133,8 @@ void DwarfAccelTable::EmitHeader(AsmPrinter *Asm) {
|
||||
}
|
||||
}
|
||||
|
||||
// Walk through and emit the buckets for the table. This will look
|
||||
// like a list of numbers of how many elements are in each bucket.
|
||||
// Walk through and emit the buckets for the table. Each index is
|
||||
// an offset into the list of hashes.
|
||||
void DwarfAccelTable::EmitBuckets(AsmPrinter *Asm) {
|
||||
unsigned index = 0;
|
||||
for (size_t i = 0, e = Buckets.size(); i < e; ++i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user