diff options
| author | Andrew Trick <atrick@apple.com> | 2014-01-04 05:52:45 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2014-01-04 05:52:45 +0000 |
| commit | c19df037745e31f0a9ad47b1e413f4d0746da9d9 (patch) | |
| tree | 912617a3f1ff49abb0a9660a3c45dd36a5ae273d | |
| parent | 776409286bd6ee4bf7888da6a80881f78b1be3f9 (diff) | |
| download | bcm5719-llvm-c19df037745e31f0a9ad47b1e413f4d0746da9d9.tar.gz bcm5719-llvm-c19df037745e31f0a9ad47b1e413f4d0746da9d9.zip | |
whitespace
llvm-svn: 198477
| -rw-r--r-- | llvm/include/llvm/Analysis/ScalarEvolution.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Analysis/ScalarEvolution.h b/llvm/include/llvm/Analysis/ScalarEvolution.h index d7f61781717..a397046315b 100644 --- a/llvm/include/llvm/Analysis/ScalarEvolution.h +++ b/llvm/include/llvm/Analysis/ScalarEvolution.h @@ -880,13 +880,13 @@ namespace llvm { const SCEV *computeBECount(const SCEV *Delta, const SCEV *Stride, bool Equality); - /// Verify if an linear IV with positive stride can overflow when in a + /// Verify if an linear IV with positive stride can overflow when in a /// less-than comparison, knowing the invariant term of the comparison, /// the stride and the knowledge of NSW/NUW flags on the recurrence. bool doesIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, bool IsSigned, bool NoWrap); - /// Verify if an linear IV with negative stride can overflow when in a + /// Verify if an linear IV with negative stride can overflow when in a /// greater-than comparison, knowing the invariant term of the comparison, /// the stride and the knowledge of NSW/NUW flags on the recurrence. bool doesIVOverflowOnGT(const SCEV *RHS, const SCEV *Stride, |

