mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 15:39:06 +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;
|
||||
std::vector<const Type*> NumberedTypes;
|
||||
|
||||
// Each MDNode is assigned unique MetadataIDNo.
|
||||
std::map<const MDNode *, unsigned> MDNodes;
|
||||
unsigned MetadataIDNo;
|
||||
|
||||
public:
|
||||
inline AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
|
||||
const Module *M,
|
||||
AssemblyAnnotationWriter *AAW)
|
||||
: Out(o), Machine(Mac), TheModule(M), AnnotationWriter(AAW), MetadataIDNo(0) {
|
||||
: Out(o), Machine(Mac), TheModule(M), AnnotationWriter(AAW) {
|
||||
AddModuleTypesToPrinter(TypePrinter, NumberedTypes, M);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user