[llvm] 5ca7c63 - GlobalISel: Fix parameter name in doxygen comment
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 11:07:48 PDT 2020
Author: Matt Arsenault
Date: 2020-08-17T13:57:10-04:00
New Revision: 5ca7c6386f471121b8a82fdd18d43113073f2d18
URL: https://github.com/llvm/llvm-project/commit/5ca7c6386f471121b8a82fdd18d43113073f2d18
DIFF: https://github.com/llvm/llvm-project/commit/5ca7c6386f471121b8a82fdd18d43113073f2d18.diff
LOG: GlobalISel: Fix parameter name in doxygen comment
Added:
Modified:
llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h b/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
index 3d446c2c1d4b..38afed764f29 100644
--- a/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
+++ b/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
@@ -231,7 +231,7 @@ class CallLowering {
MachineIRBuilder &MIRBuilder) const;
/// Invoke Handler::assignArg on each of the given \p Args and then use
- /// \p Callback to move them to the assigned locations.
+ /// \p Handler to move them to the assigned locations.
///
/// \return True if everything has succeeded, false otherwise.
bool handleAssignments(MachineIRBuilder &MIRBuilder,
More information about the llvm-commits
mailing list