aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-07-30 17:25:33 +0000
committerDevang Patel <dpatel@apple.com>2009-07-30 17:25:33 +0000
commite8b3e02dce297304389ef7dffae818943d07d640 (patch)
tree588f829a5c520c8ee19676f3ee1f0a334815de82 /include
parent524dab14f4f8f547465250c6ae44cac7414e7e0a (diff)
downloadexternal_llvm-e8b3e02dce297304389ef7dffae818943d07d640.zip
external_llvm-e8b3e02dce297304389ef7dffae818943d07d640.tar.gz
external_llvm-e8b3e02dce297304389ef7dffae818943d07d640.tar.bz2
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/ValueHandle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/ValueHandle.h b/include/llvm/Support/ValueHandle.h
index a97a5e8..e06f2ea 100644
--- a/include/llvm/Support/ValueHandle.h
+++ b/include/llvm/Support/ValueHandle.h
@@ -101,8 +101,8 @@ private:
HandleBaseKind getKind() const { return PrevPair.getInt(); }
void setPrevPtr(ValueHandleBase **Ptr) { PrevPair.setPointer(Ptr); }
- /// AddToUseList - Add this ValueHandle to the use list for VP, where List is
- /// known to point into the existing use list.
+ /// AddToExistingUseList - Add this ValueHandle to the use list for VP,
+ /// where List is known to point into the existing use list.
void AddToExistingUseList(ValueHandleBase **List);
/// AddToUseList - Add this ValueHandle to the use list for VP.