From: Chris Lattner Date: Fri, 3 Apr 2009 00:10:31 +0000 (+0000) Subject: add patch to go along with r68350 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d72513417d146b667685527bd3f24335d7a4bce9;p=oota-llvm.git add patch to go along with r68350 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68352 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;