mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106260 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f2a1224ec4
commit
4f46e14b8a
@ -12,7 +12,7 @@
|
||||
//
|
||||
// This differs from traditional loop dependence analysis in that it tests
|
||||
// for dependencies within a single iteration of a loop, rather than
|
||||
// dependences between different iterations.
|
||||
// dependencies between different iterations.
|
||||
//
|
||||
// ScalarEvolution has a more complete understanding of pointer arithmetic
|
||||
// than BasicAliasAnalysis' collection of ad-hoc analyses.
|
||||
|
Loading…
Reference in New Issue
Block a user