From dac38088735c6532cfdd1b0b4bc56a1ea5abdca9 Mon Sep 17 00:00:00 2001 From: Hongbin Zheng Date: Mon, 21 Nov 2016 20:17:00 +0000 Subject: [PATCH] Fix format llvm-svn: 287568 --- 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 0a512ac..1f5ddcf 100644 --- a/polly/include/polly/ScopInfo.h +++ b/polly/include/polly/ScopInfo.h @@ -1860,7 +1860,8 @@ private: /// Create a new SCoP statement for either @p BB. /// - /// A new statement for @p BB will be created and added to the statement vector + /// A new statement for @p BB will be created and added to the statement + /// vector /// and map. /// /// @param BB The basic block we build the statement for. -- 2.7.4