mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Add a comment.
llvm-svn: 107656
This commit is contained in:
parent
6a73079aba
commit
fa0252225f
@ -19,7 +19,8 @@
|
||||
//
|
||||
// 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.
|
||||
// but this pass will warn about it anyway. This is the main reason why most
|
||||
// of these checks live here instead of in the Verifier pass.
|
||||
//
|
||||
// Optimization passes may make conditions that this pass checks for more or
|
||||
// less obvious. If an optimization pass appears to be introducing a warning,
|
||||
|
Loading…
Reference in New Issue
Block a user