[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
This commit is contained in:
Johannes Doerfert 2014-10-07 14:34:13 +00:00
parent e04a17da81
commit 3cb6372762
1 changed files with 2 additions and 2 deletions

View File

@ -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