1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

correct patch

llvm-svn: 68353
This commit is contained in:
Chris Lattner 2009-04-03 00:10:56 +00:00
parent 081b0cbe8c
commit 298c954b77

View File

@ -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;