From: Hongbin Zheng Date: Mon, 21 Nov 2016 20:17:00 +0000 (+0000) Subject: Fix format X-Git-Tag: llvmorg-4.0.0-rc1~3982 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dac38088735c6532cfdd1b0b4bc56a1ea5abdca9;p=platform%2Fupstream%2Fllvm.git Fix format llvm-svn: 287568 --- 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.