mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 19:07:26 +00:00
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:
parent
fbaf6773a0
commit
e6879dc1ba
@ -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.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user