diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-07-11 20:38:25 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-07-11 20:38:25 +0000 |
commit | d0cca2415099e80bd11e6b2090896719b07afd93 (patch) | |
tree | 4f93505e9c1a58ee13aadd2d1d35052b64ba2c71 /include/llvm/Analysis/ScalarEvolutionExpressions.h | |
parent | 4f0664949729778a3551970cd74e976f0d9a046f (diff) | |
download | external_llvm-d0cca2415099e80bd11e6b2090896719b07afd93.zip external_llvm-d0cca2415099e80bd11e6b2090896719b07afd93.tar.gz external_llvm-d0cca2415099e80bd11e6b2090896719b07afd93.tar.bz2 |
Revert r75252 which was causing some crashes at compile time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/ScalarEvolutionExpressions.h')
-rw-r--r-- | include/llvm/Analysis/ScalarEvolutionExpressions.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Analysis/ScalarEvolutionExpressions.h b/include/llvm/Analysis/ScalarEvolutionExpressions.h index fc03e9f..a8fa4bb 100644 --- a/include/llvm/Analysis/ScalarEvolutionExpressions.h +++ b/include/llvm/Analysis/ScalarEvolutionExpressions.h @@ -454,12 +454,6 @@ namespace llvm { const SCEV *Conc, ScalarEvolution &SE) const; - /// getPostIncExpr - Return an expression representing the value of - /// this expression one iteration of the loop ahead. - const SCEV *getPostIncExpr(ScalarEvolution &SE) const { - return SE.getAddExpr(this, getStepRecurrence(SE)); - } - virtual void print(raw_ostream &OS) const; /// Methods for support type inquiry through isa, cast, and dyn_cast: |