[PATCH] D49031: [AccelTable] Extract EmitterInfo

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 6 11:37:45 PDT 2018


JDevlieghere marked 3 inline comments as done.
JDevlieghere added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp:453
+  }
+#if 0
   for (const auto &CU : enumerate(CompUnits)) {
----------------
aprantl wrote:
> The LLVM coding guidelines discourage commented out code. Is this necessary here?
Yup, this shouldn't have made it into the code review. 


https://reviews.llvm.org/D49031





More information about the llvm-commits mailing list