[llvm] r201006 - Remove dead code.
Rafael Espindola
rafael.espindola at gmail.com
Fri Feb 7 15:32:41 PST 2014
Author: rafael
Date: Fri Feb 7 17:32:41 2014
New Revision: 201006
URL: http://llvm.org/viewvc/llvm-project?rev=201006&view=rev
Log:
Remove dead code.
Modified:
llvm/trunk/lib/Target/ARM/ARMTargetObjectFile.h
Modified: llvm/trunk/lib/Target/ARM/ARMTargetObjectFile.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMTargetObjectFile.h?rev=201006&r1=201005&r2=201006&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMTargetObjectFile.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMTargetObjectFile.h Fri Feb 7 17:32:41 2014
@@ -32,10 +32,6 @@ public:
getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
MachineModuleInfo *MMI, unsigned Encoding,
MCStreamer &Streamer) const;
-
- virtual const MCSection *getAttributesSection() const {
- return AttributesSection;
- }
/// \brief Describe a TLS variable address within debug info.
virtual const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const;
More information about the llvm-commits
mailing list