Skip to content

Commit

Permalink
[Refactor] Change the comment style to silence -Wcomment
Browse files Browse the repository at this point in the history
  -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
  • Loading branch information
Johannes Doerfert committed Oct 7, 2014
1 parent e04a17d commit 3cb6372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polly/lib/Support/ScopHelper.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 3cb6372

Please sign in to comment.