1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

Fix -Wdocumentation warning. NFCI.

llvm-svn: 372215
This commit is contained in:
Simon Pilgrim 2019-09-18 11:22:22 +00:00
parent 9a5abcd236
commit 5b325c0c9d

View File

@ -63,11 +63,11 @@ public:
bool matchCombineCopy(MachineInstr &MI);
void applyCombineCopy(MachineInstr &MI);
/// \brief Returns true if \p DefMI precedes \p UseMI or they are the same
/// Returns true if \p DefMI precedes \p UseMI or they are the same
/// instruction. Both must be in the same basic block.
bool isPredecessor(MachineInstr &DefMI, MachineInstr &UseMI);
/// \brief Returns true if \p DefMI dominates \p UseMI. By definition an
/// Returns true if \p DefMI dominates \p UseMI. By definition an
/// instruction dominates itself.
///
/// If we haven't been provided with a MachineDominatorTree during