Add a comment.
authorDan Gohman <gohman@apple.com>
Tue, 6 Jul 2010 15:21:57 +0000 (15:21 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 6 Jul 2010 15:21:57 +0000 (15:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107656 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/Lint.cpp

index 6c137333d6daed1a1df7aaff7940c1b08193b785..b1aa4ca6884d21fd38294d82ef9ddc7b3e974db6 100644 (file)
@@ -19,7 +19,8 @@
 // 
 // 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.
+// but this pass will warn about it anyway. This is the main reason why most
+// of these checks live here instead of in the Verifier pass.
 //
 // Optimization passes may make conditions that this pass checks for more or
 // less obvious. If an optimization pass appears to be introducing a warning,