diff options
Diffstat (limited to 'llvm/lib/MC/MCAsmInfo.cpp')
-rw-r--r-- | llvm/lib/MC/MCAsmInfo.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp index 04b804209a7..6fe2804e30a 100644 --- a/llvm/lib/MC/MCAsmInfo.cpp +++ b/llvm/lib/MC/MCAsmInfo.cpp @@ -109,10 +109,6 @@ MCAsmInfo::MCAsmInfo() { MCAsmInfo::~MCAsmInfo() { } -bool MCAsmInfo::isSectionAtomizableBySymbols(const MCSection &Section) const { - return false; -} - const MCExpr * MCAsmInfo::getExprForPersonalitySymbol(const MCSymbol *Sym, unsigned Encoding, |