Fix -Wdocumentation "empty paragraph passed to '\brief'" warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 18 Sep 2019 10:41:20 +0000 (10:41 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 18 Sep 2019 10:41:20 +0000 (10:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372214 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/GlobalISel/CombinerHelper.h

index 14834b83b9df1901624e33a9732d42e27039357c..8479c0d83eb88adc71218860881a0cf2d3b99973 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
+  /// \brief 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
+  /// \brief Returns true if \p DefMI dominates \p UseMI. By definition an
   /// instruction dominates itself.
   ///
   /// If we haven't been provided with a MachineDominatorTree during