diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-11 22:07:56 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-11 22:07:56 +0000 |
commit | e48172710bf78ae210b2257d6ac3e0e8fb3ba792 (patch) | |
tree | e8b06d45ea3251613fc047c28c2d59623cbc9f09 | |
parent | e521ccb5bd1142b41723de519b15e13ab82914e1 (diff) |
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100992 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/ScalarEvolution.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/ScalarEvolution.h b/include/llvm/Analysis/ScalarEvolution.h index bcd0806e72..a486cee665 100644 --- a/include/llvm/Analysis/ScalarEvolution.h +++ b/include/llvm/Analysis/ScalarEvolution.h @@ -636,7 +636,7 @@ namespace llvm { /// bool isKnownNonZero(const SCEV *S); - /// isKnownNonZero - Test if the given expression is known to satisfy + /// isKnownPredicate - Test if the given expression is known to satisfy /// the condition described by Pred, LHS, and RHS. /// bool isKnownPredicate(ICmpInst::Predicate Pred, |