[llvm-commits] [llvm] r102041 - /llvm/trunk/lib/Analysis/Lint.cpp

Dan Gohman gohman at apple.com
Wed Apr 21 18:30:05 PDT 2010


Author: djg
Date: Wed Apr 21 20:30:05 2010
New Revision: 102041

URL: http://llvm.org/viewvc/llvm-project?rev=102041&view=rev
Log:
Tidy a comment.

Modified:
    llvm/trunk/lib/Analysis/Lint.cpp

Modified: llvm/trunk/lib/Analysis/Lint.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/Lint.cpp?rev=102041&r1=102040&r2=102041&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/Lint.cpp (original)
+++ llvm/trunk/lib/Analysis/Lint.cpp Wed Apr 21 20:30:05 2010
@@ -20,7 +20,7 @@
 // Another limitation is that it assumes all code will be executed. A store
 // through a null pointer in a basic block which is never reached is harmless,
 // but this pass will warn about it anyway.
-
+//
 // Optimization passes may make conditions that this pass checks for more or
 // less obvious. If an optimization pass appears to be introducing a warning,
 // it may be that the optimization pass is merely exposing an existing





More information about the llvm-commits mailing list