Fix a -Wdocumentation warning
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 18 Apr 2013 20:13:04 +0000 (20:13 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 18 Apr 2013 20:13:04 +0000 (20:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179789 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/LoopVectorize.cpp

index 7a3d678b6bccb7acb47def2612cbf8434d88e410..6ca76229632089b41893c8a644590babf5d87ffe 100644 (file)
@@ -343,7 +343,7 @@ public:
     RK_IntegerOr,   ///< Bitwise or logical OR of numbers.
     RK_IntegerAnd,  ///< Bitwise or logical AND of numbers.
     RK_IntegerXor,  ///< Bitwise or logical XOR of numbers.
-    RK_IntegerMinMax, //< Min/max implemented in terms of select(cmp()).
+    RK_IntegerMinMax, ///< Min/max implemented in terms of select(cmp()).
     RK_FloatAdd,    ///< Sum of floats.
     RK_FloatMult    ///< Product of floats.
   };