From: David Blaikie Date: Mon, 3 Aug 2015 22:33:50 +0000 (+0000) Subject: Update/correct comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=5aac19286a09a7c822c47c5289cf7415709c6003 Update/correct comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243910 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/ValueHandle.h b/include/llvm/IR/ValueHandle.h index d5ef6c59b50..3c2805913ef 100644 --- a/include/llvm/IR/ValueHandle.h +++ b/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: