[llvm] [NVPTX] Cleanup/Refactoring in NVPTX AsmPrinter and RegisterInfo (NFC) (PR #126800)
Justin Fargnoli via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 14:06:33 PST 2025
================
@@ -93,20 +95,19 @@ using namespace llvm;
#define DEPOTNAME "__local_depot"
-/// DiscoverDependentGlobals - Return a set of GlobalVariables on which \p V
+/// discoverDependentGlobals - Return a set of GlobalVariables on which \p V
----------------
justinfargnoli wrote:
Is this formatting preference documented?
https://github.com/llvm/llvm-project/pull/126800
More information about the llvm-commits
mailing list