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 | 237d9e52134e8aa5d592e27ff66a5670d817a3e8 (patch) | |
tree | 036a5f32026eec6793dbdd4c55f33a2be7279d88 /llvm/lib/Analysis/ScalarEvolution.cpp | |
parent | 13d048fdffcde11071206542fcb52f51fec2d7d1 (diff) | |
download | bcm5719-llvm-237d9e52134e8aa5d592e27ff66a5670d817a3e8.tar.gz bcm5719-llvm-237d9e52134e8aa5d592e27ff66a5670d817a3e8.zip |
Remove references to expression "handles", which are no longer used.
llvm-svn: 80918
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolution.cpp')
-rw-r--r-- | llvm/lib/Analysis/ScalarEvolution.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp index 85e8fbb0984..64663863b25 100644 --- a/llvm/lib/Analysis/ScalarEvolution.cpp +++ b/llvm/lib/Analysis/ScalarEvolution.cpp @@ -3892,7 +3892,7 @@ ScalarEvolution::ComputeBackedgeTakenCountExhaustively(const Loop *L, return getCouldNotCompute(); } -/// 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. |