summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ValueTracking.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-28 16:06:09 +0000
committerDan Gohman <gohman@apple.com>2010-05-28 16:06:09 +0000
commitdffc308c0e34617fe1ee686429f2146ff6170325 (patch)
tree12d5bb8e1a3e1567396a53cc6a48443302b65652 /include/llvm/Analysis/ValueTracking.h
parent05d62537276197b3351d9887f4967590b6a3b901 (diff)
downloadllvm-dffc308c0e34617fe1ee686429f2146ff6170325.tar.gz
llvm-dffc308c0e34617fe1ee686429f2146ff6170325.tar.bz2
llvm-dffc308c0e34617fe1ee686429f2146ff6170325.tar.xz
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104947 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/ValueTracking.h')
-rw-r--r--include/llvm/Analysis/ValueTracking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/ValueTracking.h b/include/llvm/Analysis/ValueTracking.h
index d580897484..b9634f04ec 100644
--- a/include/llvm/Analysis/ValueTracking.h
+++ b/include/llvm/Analysis/ValueTracking.h
@@ -97,7 +97,7 @@ namespace llvm {
- /// FindScalarValue - Given an aggregrate and an sequence of indices, see if
+ /// FindInsertedValue - Given an aggregrate and an sequence of indices, see if
/// the scalar value indexed is already around as a register, for example if
/// it were inserted directly into the aggregrate.
///