mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82999 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
937d2d8624
commit
3168b79c1c
@ -1267,15 +1267,11 @@ class AssemblyWriter {
|
|||||||
AssemblyAnnotationWriter *AnnotationWriter;
|
AssemblyAnnotationWriter *AnnotationWriter;
|
||||||
std::vector<const Type*> NumberedTypes;
|
std::vector<const Type*> NumberedTypes;
|
||||||
|
|
||||||
// Each MDNode is assigned unique MetadataIDNo.
|
|
||||||
std::map<const MDNode *, unsigned> MDNodes;
|
|
||||||
unsigned MetadataIDNo;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
inline AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
|
inline AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
|
||||||
const Module *M,
|
const Module *M,
|
||||||
AssemblyAnnotationWriter *AAW)
|
AssemblyAnnotationWriter *AAW)
|
||||||
: Out(o), Machine(Mac), TheModule(M), AnnotationWriter(AAW), MetadataIDNo(0) {
|
: Out(o), Machine(Mac), TheModule(M), AnnotationWriter(AAW) {
|
||||||
AddModuleTypesToPrinter(TypePrinter, NumberedTypes, M);
|
AddModuleTypesToPrinter(TypePrinter, NumberedTypes, M);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user