Fix a comment.
authorDan Gohman <gohman@apple.com>
Sun, 11 Apr 2010 22:07:56 +0000 (22:07 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 11 Apr 2010 22:07:56 +0000 (22:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100992 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ScalarEvolution.h

index bcd0806e72b16fe79903de6b86f6c9d7c000dcf4..a486cee6650617dcc0cf10011dc5126a186057d6 100644 (file)
@@ -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,