[polly] r219207 - [Refactor] Change the comment style to silence -Wcomment

Johannes Doerfert doerfert at cs.uni-saarland.de
Tue Oct 7 07:34:13 PDT 2014


Author: jdoerfert
Date: Tue Oct  7 09:34:13 2014
New Revision: 219207

URL: http://llvm.org/viewvc/llvm-project?rev=219207&view=rev
Log:
[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

Modified:
    polly/trunk/lib/Support/ScopHelper.cpp

Modified: polly/trunk/lib/Support/ScopHelper.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Support/ScopHelper.cpp?rev=219207&r1=219206&r2=219207&view=diff
==============================================================================
--- polly/trunk/lib/Support/ScopHelper.cpp (original)
+++ polly/trunk/lib/Support/ScopHelper.cpp Tue Oct  7 09:34:13 2014
@@ -123,8 +123,8 @@ BasicBlock *polly::simplifyRegion(Scop *
     // inserted __after__ EntryBB causing the following situation:
     //
     // EnteringBB
-    //     |
-    //    / \
+    //    _|_
+    //    | |
     //    |  \-> some_other_BB_not_in_R
     //    V
     // EntryBB





More information about the llvm-commits mailing list