From: Eric Christopher Date: Mon, 8 Oct 2012 23:53:45 +0000 (+0000) Subject: Fix up comment to be more clear. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=286113687a6d4329b91544823dbcb1b562d9b1e7;p=platform%2Fupstream%2Fllvm.git Fix up comment to be more clear. llvm-svn: 165463 --- diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp index 454a923..05e0f2f 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp @@ -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) {