[llvm] r236253 - Nothing inherits from this, drop the protected:
Rafael Espindola
rafael.espindola at gmail.com
Thu Apr 30 13:37:37 PDT 2015
Author: rafael
Date: Thu Apr 30 15:37:36 2015
New Revision: 236253
URL: http://llvm.org/viewvc/llvm-project?rev=236253&view=rev
Log:
Nothing inherits from this, drop the protected:
Modified:
llvm/trunk/lib/MC/ELFObjectWriter.cpp
Modified: llvm/trunk/lib/MC/ELFObjectWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/ELFObjectWriter.cpp?rev=236253&r1=236252&r2=236253&view=diff
==============================================================================
--- llvm/trunk/lib/MC/ELFObjectWriter.cpp (original)
+++ llvm/trunk/lib/MC/ELFObjectWriter.cpp Thu Apr 30 15:37:36 2015
@@ -70,8 +70,6 @@ public:
};
class ELFObjectWriter : public MCObjectWriter {
- protected:
-
static bool isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind);
static bool RelocNeedsGOT(MCSymbolRefExpr::VariantKind Variant);
static uint64_t SymbolValue(MCSymbolData &Data, const MCAsmLayout &Layout);
More information about the llvm-commits
mailing list