Fix -Wdocumentation warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 18 Sep 2019 11:22:22 +0000 (11:22 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 18 Sep 2019 11:22:22 +0000 (11:22 +0000)
llvm-svn: 372215

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

index 8479c0d..4dd5958 100644 (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