[all-commits] [llvm/llvm-project] 22bf4a: [NFC][NVPTX] Remove dead comment and commented code
ldrumm via All-commits
all-commits at lists.llvm.org
Fri Dec 23 04:11:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22bf4a7e89c07255856366f2710974642e482920
https://github.com/llvm/llvm-project/commit/22bf4a7e89c07255856366f2710974642e482920
Author: Luke Drummond <luke.drummond at codeplay.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
Log Message:
-----------
[NFC][NVPTX] Remove dead comment and commented code
A confusing comment after the last return statement in
`NVPTXAsmPrinter::doFinalization` referred to a preprocessor macro
(NVISA) that has never existed since the NVPTX backend has been a part
of upstream llvm - as far as the pickaxe will tell me anyway. Thus I've
removed it.
Differential Revision: https://reviews.llvm.org/D140399
More information about the All-commits
mailing list