Tidy a comment.
authorDan Gohman <gohman@apple.com>
Thu, 22 Apr 2010 01:30:05 +0000 (01:30 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 22 Apr 2010 01:30:05 +0000 (01:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102041 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/Lint.cpp

index 3ee15ec779e5f4a93f93cc9ef7f9dc86532d00fa..7c3e6b3e84b7cfe1723ed88d0d8da407f2cd5a2e 100644 (file)
@@ -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