From 151e5be5ea050b10a926a09a39669d402b8c556e Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Mon, 8 Aug 2016 03:30:01 +0000 Subject: [MC] Delete use of *structors_used. Jim Grosbach and Kevin Enderby think those are not used anymore. Originally submitted by: Rafael Espindola llvm-svn: 277973 --- llvm/lib/MC/MCAsmInfo.cpp | 1 - llvm/lib/MC/MCAsmInfoDarwin.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'llvm/lib/MC') diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp index 4a05175fdec..3eb8f50de5a 100644 --- a/llvm/lib/MC/MCAsmInfo.cpp +++ b/llvm/lib/MC/MCAsmInfo.cpp @@ -31,7 +31,6 @@ MCAsmInfo::MCAsmInfo() { HasSubsectionsViaSymbols = false; HasMachoZeroFillDirective = false; HasMachoTBSSDirective = false; - HasStaticCtorDtorReferenceInStaticMode = false; MaxInstLength = 4; MinInstAlignment = 1; DollarIsPC = false; diff --git a/llvm/lib/MC/MCAsmInfoDarwin.cpp b/llvm/lib/MC/MCAsmInfoDarwin.cpp index fc60313dd6b..e95cf488cd3 100644 --- a/llvm/lib/MC/MCAsmInfoDarwin.cpp +++ b/llvm/lib/MC/MCAsmInfoDarwin.cpp @@ -76,7 +76,6 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() { ZeroDirective = "\t.space\t"; // ".space N" emits N zeros. HasMachoZeroFillDirective = true; // Uses .zerofill HasMachoTBSSDirective = true; // Uses .tbss - HasStaticCtorDtorReferenceInStaticMode = true; // FIXME: Change this once MC is the system assembler. HasAggressiveSymbolFolding = false; -- cgit v1.2.3