From bed67f3adc0506f1ae1bdff71102477d61672393 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 29 Dec 2014 15:18:31 +0000 Subject: Refactor duplicated code. No intended functionality change. llvm-svn: 224935 --- llvm/lib/Target/TargetLoweringObjectFile.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp') diff --git a/llvm/lib/Target/TargetLoweringObjectFile.cpp b/llvm/lib/Target/TargetLoweringObjectFile.cpp index 01139fb20cf..f34347382df 100644 --- a/llvm/lib/Target/TargetLoweringObjectFile.cpp +++ b/llvm/lib/Target/TargetLoweringObjectFile.cpp @@ -270,12 +270,6 @@ SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang, return SelectSectionForGlobal(GV, Kind, Mang, TM); } -bool TargetLoweringObjectFile::isSectionAtomizableBySymbols( - const MCSection &Section) const { - return false; -} - - /// getSectionForConstant - Given a mergable constant with the /// specified size and relocation information, return a section that it /// should be placed in. -- cgit v1.2.3