Skip to content

Commit c951e6e

Browse files
author
Dan Gohman
committed
Tidy a comment.
llvm-svn: 102041
1 parent 046bb5c commit c951e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/Lint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// Another limitation is that it assumes all code will be executed. A store
2121
// through a null pointer in a basic block which is never reached is harmless,
2222
// but this pass will warn about it anyway.
23-
23+
//
2424
// Optimization passes may make conditions that this pass checks for more or
2525
// less obvious. If an optimization pass appears to be introducing a warning,
2626
// it may be that the optimization pass is merely exposing an existing

0 commit comments

Comments
 (0)