Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Transforms / Utils / UnrollLoop.h
index 7f2cf8d7f59e598b0b8d4d95a3268b72a1a90a38..ba5866876e7a5c1bdbbb82f414b540bee0cae393 100644 (file)
@@ -37,6 +37,6 @@ bool UnrollRuntimeLoopProlog(Loop *L, unsigned Count,
                              LPPassManager *LPM);
 
 MDNode *GetUnrollMetadata(MDNode *LoopID, StringRef Name);
-}
+} // namespace llvm
 
 #endif