GlobalISel: Fix parameter name in doxygen comment

This commit is contained in:
Matt Arsenault 2020-08-17 13:38:11 -04:00
parent fe171908e9
commit 5ca7c6386f
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ protected:
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,