From: Simon Pilgrim Date: Thu, 2 Mar 2017 18:59:07 +0000 (+0000) Subject: Fix some Wdocumentation warnings X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6879dc1baa4e5f5cc1260ae154ba61638f9865e;p=llvm Fix some Wdocumentation warnings git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296783 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/BranchCoalescing.cpp b/lib/CodeGen/BranchCoalescing.cpp index 7be7e339c24..67996ca75bb 100644 --- a/lib/CodeGen/BranchCoalescing.cpp +++ b/lib/CodeGen/BranchCoalescing.cpp @@ -390,7 +390,7 @@ void BranchCoalescing::moveAndUpdatePHIs(MachineBasicBlock *SourceMBB, /// the TargetMBB if there are no uses of it within the TargetMBB PHI nodes. /// /// \param[in] MI the machine instruction to move. -/// \param[in] MBB the machine basic block to move to +/// \param[in] TargetMBB the machine basic block to move to /// \return true if it is safe to move MI to beginning of TargetMBB, /// false otherwise. /// @@ -421,7 +421,7 @@ bool BranchCoalescing::canMoveToBeginning(const MachineInstr &MI, /// it's own MBB. /// /// \param[in] MI the machine instruction to move. -/// \param[in] MBB the machine basic block to move to +/// \param[in] TargetMBB the machine basic block to move to /// \return true if it is safe to move MI to end of TargetMBB, /// false otherwise. ///