Fix a typo in a comment.

llvm-svn: 106260
This commit is contained in:
Dan Gohman 2010-06-18 00:53:08 +00:00
parent c8cbcddcf0
commit 8ba26b48bb
1 changed files with 1 additions and 1 deletions

View File

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