Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Transforms / Utils / SimplifyInstructions.cpp
index c499c87b1f0bd6a45b29da0596686e47d721c5f4..0a583a5af27a745ef662c0080dad0c7eecd9c544 100644 (file)
@@ -100,7 +100,7 @@ namespace {
       return Changed;
     }
   };
-}
+} // namespace
 
 char InstSimplifier::ID = 0;
 INITIALIZE_PASS_BEGIN(InstSimplifier, "instsimplify",