From c008e61f26c1d5844f311a7b61c3bb88b43a9486 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 3 Aug 2015 22:33:50 +0000 Subject: [PATCH] Update/correct comment. llvm-svn: 243910 --- llvm/include/llvm/IR/ValueHandle.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/include/llvm/IR/ValueHandle.h b/llvm/include/llvm/IR/ValueHandle.h index d5ef6c5..3c28059 100644 --- a/llvm/include/llvm/IR/ValueHandle.h +++ b/llvm/include/llvm/IR/ValueHandle.h @@ -340,8 +340,7 @@ public: /// when the underlying Value has RAUW called on it or is destroyed. This /// class can be used as the key of a map, as long as the user takes it out of /// the map before calling setValPtr() (since the map has to rearrange itself -/// when the pointer changes). Unlike ValueHandleBase, this class has a vtable -/// and a virtual destructor. +/// when the pointer changes). Unlike ValueHandleBase, this class has a vtable. class CallbackVH : public ValueHandleBase { virtual void anchor(); protected: -- 2.7.4