Adding some trailing whitespace after a comment previously ending with \ to ensure...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 27 Jun 2014 19:05:17 +0000 (19:05 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 27 Jun 2014 19:05:17 +0000 (19:05 +0000)
commit704fa86de5a76f93e6fadfa108d8fbd51c5e5726
tree65243fc9a8b0792a623b5ae7b1fb475a6eb67295
parentf2925a140759893627dbf13082825bce4bb5a7f2
Adding some trailing whitespace after a comment previously ending with \ 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
unittests/Analysis/LazyCallGraphTest.cpp