Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / UnreachableBlockElim.cpp
index d393e103104df5c29fcbf601a41bb71129f3b57a..5c54cdbc1d5f1f2ac03f9b61a8edc6fe0e501ff6 100644 (file)
@@ -51,7 +51,7 @@ namespace {
       AU.addPreserved<DominatorTreeWrapperPass>();
     }
   };
-}
+} // namespace
 char UnreachableBlockElim::ID = 0;
 INITIALIZE_PASS(UnreachableBlockElim, "unreachableblockelim",
                 "Remove unreachable blocks from the CFG", false, false)