From c0678c016f744bbbd9860e84084e3ccc1f99a8d5 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Fri, 28 Jul 2017 09:33:06 +0000 Subject: [PATCH] Add missing namespace comment llvm-svn: 309373 --- polly/include/polly/Support/ISLOStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/include/polly/Support/ISLOStream.h b/polly/include/polly/Support/ISLOStream.h index 227eae8..8dd35a3 100644 --- a/polly/include/polly/Support/ISLOStream.h +++ b/polly/include/polly/Support/ISLOStream.h @@ -44,4 +44,4 @@ ADD_OSTREAM_PRINTER(isl::union_set) ADD_OSTREAM_PRINTER(isl::union_map) ADD_OSTREAM_PRINTER(isl::union_pw_aff) ADD_OSTREAM_PRINTER(isl::union_pw_multi_aff) -} +} // namespace polly -- 2.7.4