[llvm] r206076 - Make doxygen comment match the declaration.

Benjamin Kramer benny.kra at googlemail.com
Fri Apr 11 14:58:12 PDT 2014


Author: d0k
Date: Fri Apr 11 16:58:11 2014
New Revision: 206076

URL: http://llvm.org/viewvc/llvm-project?rev=206076&view=rev
Log:
Make doxygen comment match the declaration.

Found by -Wdocumentation.

Modified:
    llvm/trunk/include/llvm/Target/TargetLowering.h

Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=206076&r1=206075&r2=206076&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Fri Apr 11 16:58:11 2014
@@ -2381,7 +2381,7 @@ public:
 
   /// Expand a MUL into two nodes.  One that computes the high bits of
   /// the result and one that computes the low bits.
-  /// \param VT The value type to use for the Lo and Hi nodes.
+  /// \param HiLoVT The value type to use for the Lo and Hi nodes.
   /// \param LL Low bits of the LHS of the MUL.  You can use this parameter
   ///        if you want to control how low bits are extracted from the LHS.
   /// \param LH High bits of the LHS of the MUL.  See LL for meaning.





More information about the llvm-commits mailing list