[llvm] r211953 - Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered in GCC.

Aaron Ballman aaron at aaronballman.com
Fri Jun 27 12:52:34 PDT 2014


Author: aaronballman
Date: Fri Jun 27 14:52:34 2014
New Revision: 211953

URL: http://llvm.org/viewvc/llvm-project?rev=211953&view=rev
Log:
Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered in GCC.

Modified:
    llvm/trunk/unittests/Analysis/LazyCallGraphTest.cpp

Modified: llvm/trunk/unittests/Analysis/LazyCallGraphTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Analysis/LazyCallGraphTest.cpp?rev=211953&r1=211952&r2=211953&view=diff
==============================================================================
--- llvm/trunk/unittests/Analysis/LazyCallGraphTest.cpp (original)
+++ llvm/trunk/unittests/Analysis/LazyCallGraphTest.cpp Fri Jun 27 14:52:34 2014
@@ -42,15 +42,15 @@ std::unique_ptr<Module> parseAssembly(co
 // 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.





More information about the llvm-commits mailing list