summaryrefslogtreecommitdiff
path: root/lib
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
commit0883355976328699815a7e3ef2efba2a9fd81e02 (patch)
tree9c894c87a19ef4a612866c3ca6aadd9e10b41276 /lib
parenta063e19593800142afaef5389f35605da901b805 (diff)
downloadllvm-0883355976328699815a7e3ef2efba2a9fd81e02.tar.gz
llvm-0883355976328699815a7e3ef2efba2a9fd81e02.tar.bz2
llvm-0883355976328699815a7e3ef2efba2a9fd81e02.tar.xz
Tidy a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102041 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Analysis/Lint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/Lint.cpp b/lib/Analysis/Lint.cpp
index 3ee15ec779..7c3e6b3e84 100644
--- a/lib/Analysis/Lint.cpp
+++ b/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