mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Tidy a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102041 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a063e19593
commit
0883355976
@ -20,7 +20,7 @@
|
|||||||
// Another limitation is that it assumes all code will be executed. A store
|
// 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,
|
// 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.
|
||||||
|
//
|
||||||
// Optimization passes may make conditions that this pass checks for more or
|
// Optimization passes may make conditions that this pass checks for more or
|
||||||
// less obvious. If an optimization pass appears to be introducing a warning,
|
// less obvious. If an optimization pass appears to be introducing a warning,
|
||||||
// it may be that the optimization pass is merely exposing an existing
|
// it may be that the optimization pass is merely exposing an existing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user