]> granicus.if.org Git - llvm/commitdiff
Fix some Wdocumentation warnings
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 2 Mar 2017 18:59:07 +0000 (18:59 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 2 Mar 2017 18:59:07 +0000 (18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296783 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/BranchCoalescing.cpp

index 7be7e339c2444dc8ac67af4a0e586a7e147bc28e..67996ca75bb42fc72ea8a48d6fef06dc06997521 100644 (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.
 ///