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