[llvm] r296783 - Fix some Wdocumentation warnings
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 2 10:59:08 PST 2017
Author: rksimon
Date: Thu Mar 2 12:59:07 2017
New Revision: 296783
URL: http://llvm.org/viewvc/llvm-project?rev=296783&view=rev
Log:
Fix some Wdocumentation warnings
Modified:
llvm/trunk/lib/CodeGen/BranchCoalescing.cpp
Modified: llvm/trunk/lib/CodeGen/BranchCoalescing.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/BranchCoalescing.cpp?rev=296783&r1=296782&r2=296783&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/BranchCoalescing.cpp (original)
+++ llvm/trunk/lib/CodeGen/BranchCoalescing.cpp Thu Mar 2 12:59:07 2017
@@ -390,7 +390,7 @@ void BranchCoalescing::moveAndUpdatePHIs
/// 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::canMoveToBeginnin
/// 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.
///
More information about the llvm-commits
mailing list