From: Dmitri Gribenko Date: Thu, 18 Apr 2013 20:13:04 +0000 (+0000) Subject: Fix a -Wdocumentation warning X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4b15d6ae49b407cfcf526a3f7bec7ab15fa803c0;p=oota-llvm.git Fix a -Wdocumentation warning git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179789 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Vectorize/LoopVectorize.cpp b/lib/Transforms/Vectorize/LoopVectorize.cpp index 7a3d678b6bc..6ca76229632 100644 --- a/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -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. };