[llvm] r373956 - [AccelTable] Remove stale comment (NFC)
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 13:33:20 PDT 2019
Author: jdevlieghere
Date: Mon Oct 7 13:33:20 2019
New Revision: 373956
URL: http://llvm.org/viewvc/llvm-project?rev=373956&view=rev
Log:
[AccelTable] Remove stale comment (NFC)
rdar://55857228
Modified:
llvm/trunk/include/llvm/CodeGen/AccelTable.h
Modified: llvm/trunk/include/llvm/CodeGen/AccelTable.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/AccelTable.h?rev=373956&r1=373955&r2=373956&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/AccelTable.h (original)
+++ llvm/trunk/include/llvm/CodeGen/AccelTable.h Mon Oct 7 13:33:20 2019
@@ -101,8 +101,6 @@
///
/// An Apple Accelerator Table can be serialized by calling emitAppleAccelTable
/// function.
-///
-/// TODO: Add DWARF v5 emission code.
namespace llvm {
More information about the llvm-commits
mailing list