Tidy a comment.

llvm-svn: 102041
This commit is contained in:
Dan Gohman 2010-04-22 01:30:05 +00:00
parent 046bb5cc3f
commit c951e6e414
1 changed files with 1 additions and 1 deletions

View File

@ -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