Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Transforms / InstCombine / InstCombine.h
index f48ec13107bc9cefaf1e23082dbca31e187d1ab4..cfb31569f13e95910d331530bb595a7de487e445 100644 (file)
@@ -41,6 +41,6 @@ public:
   PreservedAnalyses run(Function &F, AnalysisManager<Function> *AM);
 };
 
-}
+} // namespace llvm
 
 #endif