1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

add patch to go along with r68350

llvm-svn: 68352
This commit is contained in:
Chris Lattner 2009-04-03 00:10:31 +00:00
parent 30287478df
commit 081b0cbe8c

View File

@ -34,7 +34,9 @@ class InlineAsm;
class ValueSymbolTable;
class TypeSymbolTable;
template<typename ValueTy> class StringMapEntry;
typedef StringMapEntry<Value*> ValueName;
template <typename ValueTy = Value>
class AssertingVH;
typedef StringMapEntry<AssertingVH<> > ValueName;
class raw_ostream;
class AssemblyAnnotationWriter;
class ValueHandleBase;