[PATCH] D140399: [NFC][NVPTX] Remove dead comment and commented code
Luke Drummond via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 23 04:11:30 PST 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG22bf4a7e89c0: [NFC][NVPTX] Remove dead comment and commented code (authored by ldrumm).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140399/new/
https://reviews.llvm.org/D140399
Files:
llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
Index: llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
===================================================================
--- llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
+++ llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
@@ -913,15 +913,6 @@
TS->outputDwarfFileDirectives();
return ret;
-
- //bool Result = AsmPrinter::doFinalization(M);
- // Instead of calling the parents doFinalization, we may
- // clone parents doFinalization and customize here.
- // Currently, we if NVISA out the EmitGlobals() in
- // parent's doFinalization, which is too intrusive.
- //
- // Same for the doInitialization.
- //return Result;
}
// This function emits appropriate linkage directives for
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140399.485084.patch
Type: text/x-patch
Size: 686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221223/20af5c7e/attachment.bin>
More information about the llvm-commits
mailing list