summaryrefslogtreecommitdiffstats
path: root/polly/lib/Analysis/ScopDetection.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-01-16 14:08:10 +0000
committerTobias Grosser <tobias@grosser.es>2017-01-16 14:08:10 +0000
commit21a059af09620306404f3b6bf31aa975c49d2ca2 (patch)
treec1460890c5a744a8cee8824bc53d2384ac3d6e76 /polly/lib/Analysis/ScopDetection.cpp
parent92fd612c8453ec693a658e3a189bc74392143872 (diff)
downloadbcm5719-llvm-21a059af09620306404f3b6bf31aa975c49d2ca2.tar.gz
bcm5719-llvm-21a059af09620306404f3b6bf31aa975c49d2ca2.zip
Adjust formatting to commit r292110 [NFC]
llvm-svn: 292123
Diffstat (limited to 'polly/lib/Analysis/ScopDetection.cpp')
-rw-r--r--polly/lib/Analysis/ScopDetection.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/polly/lib/Analysis/ScopDetection.cpp b/polly/lib/Analysis/ScopDetection.cpp
index 60911a7e5b9..5809b442a85 100644
--- a/polly/lib/Analysis/ScopDetection.cpp
+++ b/polly/lib/Analysis/ScopDetection.cpp
@@ -218,8 +218,9 @@ STATISTIC(NumProfScopsDepthFour,
"Number of scops with maximal loop depth 4 (profitable scops only)");
STATISTIC(NumProfScopsDepthFive,
"Number of scops with maximal loop depth 5 (profitable scops only)");
-STATISTIC(NumProfScopsDepthLarger, "Number of scops with maximal loop depth 6 "
- "and larger (profitable scops only)");
+STATISTIC(NumProfScopsDepthLarger,
+ "Number of scops with maximal loop depth 6 and larger "
+ "(profitable scops only)");
class DiagnosticScopFound : public DiagnosticInfo {
private:
OpenPOWER on IntegriCloud