Skip to content

Commit 1541dd4

Browse files
committed
Fix -Wdocumentation warning. NFCI.
llvm-svn: 372215
1 parent f8e3036 commit 1541dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ class CombinerHelper {
6363
bool matchCombineCopy(MachineInstr &MI);
6464
void applyCombineCopy(MachineInstr &MI);
6565

66-
/// \brief Returns true if \p DefMI precedes \p UseMI or they are the same
66+
/// Returns true if \p DefMI precedes \p UseMI or they are the same
6767
/// instruction. Both must be in the same basic block.
6868
bool isPredecessor(MachineInstr &DefMI, MachineInstr &UseMI);
6969

70-
/// \brief Returns true if \p DefMI dominates \p UseMI. By definition an
70+
/// Returns true if \p DefMI dominates \p UseMI. By definition an
7171
/// instruction dominates itself.
7272
///
7373
/// If we haven't been provided with a MachineDominatorTree during

0 commit comments

Comments
 (0)