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:
parent
9a5abcd236
commit
5b325c0c9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user