Fix some Wdocumentation warnings

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296783 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Simon Pilgrim 2017-03-02 18:59:07 +00:00
parent fbaf6773a0
commit e6879dc1ba

View File

@ -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.
///