diff options
-rw-r--r-- | llvm/include/llvm/Support/ValueHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ValueHandle.h b/llvm/include/llvm/Support/ValueHandle.h index a668656a07e..a594e3a2764 100644 --- a/llvm/include/llvm/Support/ValueHandle.h +++ b/llvm/include/llvm/Support/ValueHandle.h @@ -152,7 +152,7 @@ public: /// Note that an AssertingVH handle does *not* follow values across RAUW /// operations. This means that RAUW's need to explicitly update the /// AssertingVH's as it moves. This is required because in non-assert mode this - /// class turns into a trivial wrapper around a pointer. +/// class turns into a trivial wrapper around a pointer. template <typename ValueTy> class AssertingVH #ifndef NDEBUG |