summaryrefslogtreecommitdiffstats
path: root/polly
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2019-01-22 12:18:38 +0000
committerMichal Gorny <mgorny@gentoo.org>2019-01-22 12:18:38 +0000
commit3d80264f6d371e3e18e4e4dd69e4c94d5b8c280c (patch)
tree41b08ce536f8457c011d0f2feb384ff2d954b6fd /polly
parent180fcff5a7bca0b7bc2be14a21066f1eda3a7964 (diff)
downloadbcm5719-llvm-3d80264f6d371e3e18e4e4dd69e4c94d5b8c280c.tar.gz
bcm5719-llvm-3d80264f6d371e3e18e4e4dd69e4c94d5b8c280c.zip
Fix/unify top comment in lib/Analysis/PolyhedralInfo.cpp
Change the top comment in PolyhedralInfo.cpp to use // instead of ///, similarly to headers in other files. This fixes the issue of copyright line exceeding textwidth and triggering polly-check-format45 failure, e.g. seen here: http://lab.llvm.org:8011/builders/lldb-amd64-ninja-netbsd8/builds/18293/steps/run%20unit%20tests/logs/stdio llvm-svn: 351808
Diffstat (limited to 'polly')
-rw-r--r--polly/lib/Analysis/PolyhedralInfo.cpp31
1 files changed, 16 insertions, 15 deletions
diff --git a/polly/lib/Analysis/PolyhedralInfo.cpp b/polly/lib/Analysis/PolyhedralInfo.cpp
index 54d3a04c1ad..d734d9ecd77 100644
--- a/polly/lib/Analysis/PolyhedralInfo.cpp
+++ b/polly/lib/Analysis/PolyhedralInfo.cpp
@@ -1,20 +1,21 @@
//===--------- PolyhedralInfo.cpp - Create Scops from LLVM IR-------------===//
-///
-/// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-/// See https://llvm.org/LICENSE.txt for license information.
-/// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-///
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
//===----------------------------------------------------------------------===//
-///
-/// An interface to the Polyhedral analysis engine(Polly) of LLVM.
-///
-/// This pass provides an interface to the polyhedral analysis performed by
-/// Polly.
-///
-/// This interface provides basic interface like isParallel, isVectorizable
-/// that can be used in LLVM transformation passes.
-///
-/// Work in progress, this file is subject to change.
+//
+// An interface to the Polyhedral analysis engine(Polly) of LLVM.
+//
+// This pass provides an interface to the polyhedral analysis performed by
+// Polly.
+//
+// This interface provides basic interface like isParallel, isVectorizable
+// that can be used in LLVM transformation passes.
+//
+// Work in progress, this file is subject to change.
+//
//===----------------------------------------------------------------------===//
#include "polly/PolyhedralInfo.h"
OpenPOWER on IntegriCloud