From: Silviu Baranga Date: Mon, 2 Nov 2015 15:29:49 +0000 (+0000) Subject: Add missing override statements in ScalarEvolution.h. NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=06941986ad10fe3f3ed5dc19561584e2649d8aa2;p=oota-llvm.git Add missing override statements in ScalarEvolution.h. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251805 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/ScalarEvolution.h b/include/llvm/Analysis/ScalarEvolution.h index fd380d92568..c180ce37e39 100644 --- a/include/llvm/Analysis/ScalarEvolution.h +++ b/include/llvm/Analysis/ScalarEvolution.h @@ -254,7 +254,7 @@ namespace llvm { bool implies(const SCEVPredicate *N) const override; void print(raw_ostream &OS, unsigned Depth = 0) const override; bool isAlwaysTrue() const override; - const SCEV *getExpr() const; + const SCEV *getExpr() const override; /// \brief Returns the left hand side of the equality. const SCEVUnknown *getLHS() const { return LHS; } @@ -298,7 +298,7 @@ namespace llvm { /// Implementation of the SCEVPredicate interface bool isAlwaysTrue() const override; bool implies(const SCEVPredicate *N) const override; - void print(raw_ostream &OS, unsigned Depth) const; + void print(raw_ostream &OS, unsigned Depth) const override; const SCEV *getExpr() const override; /// \brief We estimate the complexity of a union predicate as the size