[PATCH] D42529: [NFC] Rename DwarfAccelTable and move header. NFC

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 14:26:20 PST 2018


aprantl added inline comments.


================
Comment at: include/llvm/CodeGen/AccelTable.h:33
 
-// The dwarf accelerator tables are an indirect hash table optimized
-// for null lookup rather than access to known data. They are output into
-// an on-disk format that looks like this:
+// The DWARF and Apple accelerator tables are an indirect hash table optimized
+// for null lookup rather than access to known data. The DWARFv5 accelerator
----------------
This should be a file-wide Doxygen comment.


Repository:
  rL LLVM

https://reviews.llvm.org/D42529





More information about the llvm-commits mailing list