diff options
author | Dan Gohman <gohman@apple.com> | 2009-09-03 15:00:26 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-09-03 15:00:26 +0000 |
commit | f925d7f97fdec5c23250d06d3f93ab41f58afb3f (patch) | |
tree | c17ed9bf6874d26bf81bd2575ad456b1d876daeb /include/llvm/Analysis/ScalarEvolution.h | |
parent | d809156d5c860a90cf7b1a8dfb9db62dcc5e6f06 (diff) | |
download | external_llvm-f925d7f97fdec5c23250d06d3f93ab41f58afb3f.zip external_llvm-f925d7f97fdec5c23250d06d3f93ab41f58afb3f.tar.gz external_llvm-f925d7f97fdec5c23250d06d3f93ab41f58afb3f.tar.bz2 |
Remove references to expression "handles", which are no longer used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80918 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/ScalarEvolution.h')
-rw-r--r-- | include/llvm/Analysis/ScalarEvolution.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Analysis/ScalarEvolution.h b/include/llvm/Analysis/ScalarEvolution.h index 67e2659..e3be8ee 100644 --- a/include/llvm/Analysis/ScalarEvolution.h +++ b/include/llvm/Analysis/ScalarEvolution.h @@ -382,7 +382,7 @@ namespace llvm { /// this is the pointer-sized integer type. const Type *getEffectiveSCEVType(const Type *Ty) const; - /// getSCEV - Return a SCEV expression handle for the full generality of the + /// getSCEV - Return a SCEV expression for the full generality of the /// specified expression. const SCEV *getSCEV(Value *V); @@ -496,7 +496,7 @@ namespace llvm { const SCEV *getUMinFromMismatchedTypes(const SCEV *LHS, const SCEV *RHS); - /// getSCEVAtScope - Return a SCEV expression handle for the specified value + /// getSCEVAtScope - Return a SCEV expression for the specified value /// at the specified scope in the program. The L value specifies a loop /// nest to evaluate the expression at, where null is the top-level or a /// specified loop is immediately inside of the loop. |