From 4745eb1aca48e76cab590364822cc5d02a148a2d Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 23 Nov 2015 20:04:04 +0000 Subject: [PATCH] Update format to match clang-format in trunk llvm-svn: 253910 --- polly/include/polly/ScopInfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h index 0abe493c3665..e440110c314f 100644 --- a/polly/include/polly/ScopInfo.h +++ b/polly/include/polly/ScopInfo.h @@ -1109,7 +1109,8 @@ private: SCEVAffinator Affinator; typedef MapVector, int>, - std::unique_ptr> ArrayInfoMapTy; + std::unique_ptr> + ArrayInfoMapTy; /// @brief A map to remember ScopArrayInfo objects for all base pointers. /// /// As PHI nodes may have two array info objects associated, we add a flag