Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Transforms / Scalar / EarlyCSE.h
index 5cd4a69cafab76e65432b7f0d1d1fdd5e2ebe1d5..e3dd3c050df61005095be5e6b44d9bd76b467ff0 100644 (file)
@@ -34,6 +34,6 @@ public:
   PreservedAnalyses run(Function &F, AnalysisManager<Function> *AM);
 };
 
-} // namespace llvm
+}
 
 #endif