File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/include/llvm/CodeGen/GlobalISel Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ class CombinerHelper {
63
63
bool matchCombineCopy (MachineInstr &MI);
64
64
void applyCombineCopy (MachineInstr &MI);
65
65
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
67
67
// / instruction. Both must be in the same basic block.
68
68
bool isPredecessor (MachineInstr &DefMI, MachineInstr &UseMI);
69
69
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
71
71
// / instruction dominates itself.
72
72
// /
73
73
// / If we haven't been provided with a MachineDominatorTree during
You can’t perform that action at this time.
0 commit comments