From 081b0cbe8c6515f1bb120a73e45d9c52c88d6bc8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 3 Apr 2009 00:10:31 +0000 Subject: [PATCH] add patch to go along with r68350 llvm-svn: 68352 --- include/llvm/Value.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 531d560a9c4..86484bacb92 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -34,7 +34,9 @@ class InlineAsm; class ValueSymbolTable; class TypeSymbolTable; template class StringMapEntry; -typedef StringMapEntry ValueName; +template +class AssertingVH; +typedef StringMapEntry > ValueName; class raw_ostream; class AssemblyAnnotationWriter; class ValueHandleBase;