Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / X86 / X86VZeroUpper.cpp
index 6925b272b4a5bae8f80c7b3174a24bd770b22a25..71ce45b0bc2ee91fa774fe49a01b8d6d912d34e7 100644 (file)
@@ -86,7 +86,7 @@ namespace {
   };
 
   char VZeroUpperInserter::ID = 0;
-}
+} // namespace
 
 FunctionPass *llvm::createX86IssueVZeroUpperPass() {
   return new VZeroUpperInserter();