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