Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Transforms / Vectorize / LoopVectorize.cpp
index d9a38844b50f4e6d770582b07659eb706866c6b9..b7faa204927d70803bd3391946dae459498b17de 100644 (file)
@@ -2906,7 +2906,7 @@ struct CSEDenseMapInfo {
     return LHS->isIdenticalTo(RHS);
   }
 };
-}
+} // namespace
 
 /// \brief Check whether this block is a predicated block.
 /// Due to if predication of stores we might create a sequence of "if(pred) a[i]