summaryrefslogtreecommitdiff
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-04 23:07:12 +0000
committerChris Lattner <sabre@nondot.org>2009-08-04 23:07:12 +0000
commit4f95d2bda4235d36acd95688d0744d7363214706 (patch)
treeb3acc6fc259e5daa73b96cfc494eae2d5af863bd /include/llvm/Value.h
parent00e6df91db433f362ac3410fbbcb8553b8c7ff80 (diff)
downloadllvm-4f95d2bda4235d36acd95688d0744d7363214706.tar.gz
llvm-4f95d2bda4235d36acd95688d0744d7363214706.tar.bz2
llvm-4f95d2bda4235d36acd95688d0744d7363214706.tar.xz
revert r78048, it isn't worth using assertingvh here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78119 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r--include/llvm/Value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index 83a523233b..3881e351da 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -38,7 +38,7 @@ class TypeSymbolTable;
template<typename ValueTy> class StringMapEntry;
template <typename ValueTy = Value>
class AssertingVH;
-typedef StringMapEntry<AssertingVH<> > ValueName;
+typedef StringMapEntry<Value*> ValueName;
class raw_ostream;
class AssemblyAnnotationWriter;
class ValueHandleBase;