mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-18 12:31:26 +00:00
add patch to go along with r68350
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68352 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6f532a988e
commit
d72513417d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user