summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-22 01:30:05 +0000
committerDan Gohman <gohman@apple.com>2010-04-22 01:30:05 +0000
commitc951e6e4146811948d6e5df6c18f522013df6cd1 (patch)
tree1f3642efe1e2b37ff49a049f71b9a5755e602221 /llvm/lib/Analysis
parent046bb5cc3fb17d41def0fba7e3e84722b8053d2b (diff)
downloadbcm5719-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.cpp2
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
OpenPOWER on IntegriCloud