Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Transforms / Vectorize / BBVectorize.cpp
index 215d6f9a1eb6abf07d4ee62ddfb22bb519eda897..fd7661ffd41fc16c0937f0cfb432e5d569a7ab22 100644 (file)
@@ -3192,7 +3192,7 @@ namespace {
 
     DEBUG(dbgs() << "BBV: final: \n" << BB << "\n");
   }
-}
+} // namespace
 
 char BBVectorize::ID = 0;
 static const char bb_vectorize_name[] = "Basic-Block Vectorization";