[llvm-commits] [llvm] r68353 - /llvm/trunk/include/llvm/Value.h
Chris Lattner
sabre at nondot.org
Thu Apr 2 17:10:56 PDT 2009
Author: lattner
Date: Thu Apr 2 19:10:56 2009
New Revision: 68353
URL: http://llvm.org/viewvc/llvm-project?rev=68353&view=rev
Log:
correct patch
Modified:
llvm/trunk/include/llvm/Value.h
Modified: llvm/trunk/include/llvm/Value.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Value.h?rev=68353&r1=68352&r2=68353&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Value.h (original)
+++ llvm/trunk/include/llvm/Value.h Thu Apr 2 19:10:56 2009
@@ -36,7 +36,7 @@
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;
More information about the llvm-commits
mailing list