diff --git a/include/llvm/Support/ValueHandle.h b/include/llvm/Support/ValueHandle.h index a668656a07e..a594e3a2764 100644 --- a/include/llvm/Support/ValueHandle.h +++ b/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 class AssertingVH #ifndef NDEBUG