summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/LazyCallGraphTest.cpp
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-04-30 10:29:06 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-04-30 10:29:06 +0000
commit2c04b55b222da5c0a43a943f9b36c5cc8d5d7697 (patch)
tree097675c4723c2a13c0c6cd96611fd8aae5ba0869 /llvm/unittests/Analysis/LazyCallGraphTest.cpp
parent54f3485dba3fef7995c471493b8ff8cdfbff1d57 (diff)
downloadbcm5719-llvm-2c04b55b222da5c0a43a943f9b36c5cc8d5d7697.tar.gz
bcm5719-llvm-2c04b55b222da5c0a43a943f9b36c5cc8d5d7697.zip
Fix multiline comment warning.
../unittests/Analysis/LazyCallGraphTest.cpp:45:1: warning: multi-line comment [-Wcomment] // / \ ^ llvm-svn: 207629
Diffstat (limited to 'llvm/unittests/Analysis/LazyCallGraphTest.cpp')
-rw-r--r--llvm/unittests/Analysis/LazyCallGraphTest.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/llvm/unittests/Analysis/LazyCallGraphTest.cpp b/llvm/unittests/Analysis/LazyCallGraphTest.cpp
index 4ef77f632e7..e8fd1a469e1 100644
--- a/llvm/unittests/Analysis/LazyCallGraphTest.cpp
+++ b/llvm/unittests/Analysis/LazyCallGraphTest.cpp
@@ -41,17 +41,17 @@ std::unique_ptr<Module> parseAssembly(const char *Assembly) {
// IR forming a call graph with a diamond of triangle-shaped SCCs:
//
-// d1
-// / \
-// d3--d2
-// / \
-// b1 c1
-// / \ / \
-// b3--b2 c3--c2
-// \ /
-// a1
-// / \
-// a3--a2
+// d1 |
+// / \ |
+// d3--d2 |
+// / \ |
+// b1 c1 |
+// / \ / \ |
+// b3--b2 c3--c2 |
+// \ / |
+// a1 |
+// / \ |
+// a3--a2 |
//
// All call edges go up between SCCs, and clockwise around the SCC.
static const char DiamondOfTriangles[] =
OpenPOWER on IntegriCloud