diff options
| author | Dan Gohman <gohman@apple.com> | 2010-04-22 01:30:05 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-04-22 01:30:05 +0000 |
| commit | c951e6e4146811948d6e5df6c18f522013df6cd1 (patch) | |
| tree | 1f3642efe1e2b37ff49a049f71b9a5755e602221 /llvm/lib/Analysis | |
| parent | 046bb5cc3fb17d41def0fba7e3e84722b8053d2b (diff) | |
| download | bcm5719-llvm-c951e6e4146811948d6e5df6c18f522013df6cd1.tar.gz bcm5719-llvm-c951e6e4146811948d6e5df6c18f522013df6cd1.zip | |
Tidy a comment.
llvm-svn: 102041
Diffstat (limited to 'llvm/lib/Analysis')
| -rw-r--r-- | llvm/lib/Analysis/Lint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/Lint.cpp b/llvm/lib/Analysis/Lint.cpp index 3ee15ec779e..7c3e6b3e84b 100644 --- a/llvm/lib/Analysis/Lint.cpp +++ b/llvm/lib/Analysis/Lint.cpp @@ -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 |

