summaryrefslogtreecommitdiffstats
path: root/polly/lib/Support/ScopHelper.cpp
diff options
context:
space:
mode:
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>2014-10-07 14:34:13 +0000
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>2014-10-07 14:34:13 +0000
commit3cb6372762cfeca59bae715bf1067ae7e3d9d997 (patch)
tree23454d2f54ea8295a501715efe881711ebd9085e /polly/lib/Support/ScopHelper.cpp
parente04a17da8185d5f38fec8dea62b332bbde3a1d8e (diff)
downloadbcm5719-llvm-3cb6372762cfeca59bae715bf1067ae7e3d9d997.tar.gz
bcm5719-llvm-3cb6372762cfeca59bae715bf1067ae7e3d9d997.zip
[Refactor] Change the comment style to silence -Wcomment
-Wcomment complained about a "multi-line comment" caused by the ascii art used in ScopHelper to describe the CFG. Differential Revision: http://reviews.llvm.org/D5618 llvm-svn: 219207
Diffstat (limited to 'polly/lib/Support/ScopHelper.cpp')
-rw-r--r--polly/lib/Support/ScopHelper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/Support/ScopHelper.cpp b/polly/lib/Support/ScopHelper.cpp
index 1aec0523e30..87ee1abbb55 100644
--- a/polly/lib/Support/ScopHelper.cpp
+++ b/polly/lib/Support/ScopHelper.cpp
@@ -123,8 +123,8 @@ BasicBlock *polly::simplifyRegion(Scop *S, Pass *P) {
// inserted __after__ EntryBB causing the following situation:
//
// EnteringBB
- // |
- // / \
+ // _|_
+ // | |
// | \-> some_other_BB_not_in_R
// V
// EntryBB
OpenPOWER on IntegriCloud