From: Dan Gohman Date: Sun, 11 Apr 2010 22:07:56 +0000 (+0000) Subject: Fix a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e48172710bf78ae210b2257d6ac3e0e8fb3ba792;p=oota-llvm.git Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100992 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/ScalarEvolution.h b/include/llvm/Analysis/ScalarEvolution.h index bcd0806e72b..a486cee6650 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,