[PATCH] D113944: [CodeGenAction][NFC] Remove empty comment
Youngsuk Kim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 15 14:55:41 PST 2021
JOE1994 created this revision.
JOE1994 requested review of this revision.
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D113944
Files:
clang/lib/CodeGen/CodeGenAction.cpp
Index: clang/lib/CodeGen/CodeGenAction.cpp
===================================================================
--- clang/lib/CodeGen/CodeGenAction.cpp
+++ clang/lib/CodeGen/CodeGenAction.cpp
@@ -1180,8 +1180,6 @@
OptRecordFile->keep();
}
-//
-
void EmitAssemblyAction::anchor() { }
EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext)
: CodeGenAction(Backend_EmitAssembly, _VMContext) {}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113944.387413.patch
Type: text/x-patch
Size: 418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211115/6c1db519/attachment.bin>
More information about the cfe-commits
mailing list