summaryrefslogtreecommitdiff
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-03 00:10:56 +0000
committerChris Lattner <sabre@nondot.org>2009-04-03 00:10:56 +0000
commit25f0ee5191f8460099cfa9897f7a1750b79bfa98 (patch)
tree9a8296360a412db423cd08b13cb2b6abf6602ac3 /include/llvm/Value.h
parentd72513417d146b667685527bd3f24335d7a4bce9 (diff)
downloadllvm-25f0ee5191f8460099cfa9897f7a1750b79bfa98.tar.gz
llvm-25f0ee5191f8460099cfa9897f7a1750b79bfa98.tar.bz2
llvm-25f0ee5191f8460099cfa9897f7a1750b79bfa98.tar.xz
correct patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68353 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 86484bacb9..85b8a185c8 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -36,7 +36,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;