Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / X86 / Utils / X86ShuffleDecode.cpp
index ef3318ba75806d8d5b6b6026463cfab2b42f3a5a..1e7d94287c4a0777fb16c9ff98d30fea2d598e08 100644 (file)
@@ -431,4 +431,4 @@ void DecodeScalarMoveMask(MVT VT, bool IsLoad, SmallVectorImpl<int> &Mask) {
   for (unsigned i = 1; i < NumElts; i++)
     Mask.push_back(IsLoad ? static_cast<int>(SM_SentinelZero) : i);
 }
-} // llvm namespace
+} // namespace llvm