Skip to content

Commit

Permalink
Adding some trailing whitespace after a comment previously ending wit…
Browse files Browse the repository at this point in the history
…h \ to ensure that it isn't lexed as a multiline comment. This silences some -Wcomment warnings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211950 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
AaronBallman committed Jun 27, 2014
1 parent f2925a1 commit 704fa86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unittests/Analysis/LazyCallGraphTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ 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
//
// All call edges go up between SCCs, and clockwise around the SCC.
Expand Down

0 comments on commit 704fa86

Please sign in to comment.