diff options
-rw-r--r-- | include/llvm/Support/ValueHandle.h | 4 |
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. |