projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a507e55
)
Fix missing text in doxygen documentation.
author
Nick Lewycky
<nicholas@mxc.ca>
Sun, 19 Apr 2009 18:20:21 +0000
(18:20 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Sun, 19 Apr 2009 18:20:21 +0000
(18:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69529
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/ValueHandle.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/ValueHandle.h
b/include/llvm/Support/ValueHandle.h
index a668656a07e485d5900b733de27d88c6fb188cf6..a594e3a276420e87014e8e4a0014c422361a094c 100644
(file)
--- 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 <typename ValueTy>
class AssertingVH
#ifndef NDEBUG