aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-03 15:00:26 +0000
committerDan Gohman <gohman@apple.com>2009-09-03 15:00:26 +0000
commite7125f4babb536df3a2573b6166954da7753c6b8 (patch)
treec17ed9bf6874d26bf81bd2575ad456b1d876daeb /lib
parent6d5f0f041f38c25983d576d5288f3e13c76f13e0 (diff)
downloadexternal_llvm-e7125f4babb536df3a2573b6166954da7753c6b8.zip
external_llvm-e7125f4babb536df3a2573b6166954da7753c6b8.tar.gz
external_llvm-e7125f4babb536df3a2573b6166954da7753c6b8.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 'lib')
-rw-r--r--lib/Analysis/ScalarEvolution.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp
index 85e8fbb..6466386 100644
--- a/lib/Analysis/ScalarEvolution.cpp
+++ b/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.