[llvm] r243910 - Update/correct comment.
David Blaikie
dblaikie at gmail.com
Mon Aug 3 15:33:50 PDT 2015
Author: dblaikie
Date: Mon Aug 3 17:33:50 2015
New Revision: 243910
URL: http://llvm.org/viewvc/llvm-project?rev=243910&view=rev
Log:
Update/correct comment.
Modified:
llvm/trunk/include/llvm/IR/ValueHandle.h
Modified: llvm/trunk/include/llvm/IR/ValueHandle.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/ValueHandle.h?rev=243910&r1=243909&r2=243910&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/ValueHandle.h (original)
+++ llvm/trunk/include/llvm/IR/ValueHandle.h Mon Aug 3 17:33:50 2015
@@ -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:
More information about the llvm-commits
mailing list