summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-12-29 15:18:31 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-12-29 15:18:31 +0000
commitbed67f3adc0506f1ae1bdff71102477d61672393 (patch)
treeb6a8284defd9608544862918373d90e1b531beb3 /llvm/lib/Target/TargetLoweringObjectFile.cpp
parent032d422d2e28a0b116f6aa465d098141e1d36a59 (diff)
downloadbcm5719-llvm-bed67f3adc0506f1ae1bdff71102477d61672393.tar.gz
bcm5719-llvm-bed67f3adc0506f1ae1bdff71102477d61672393.zip
Refactor duplicated code.
No intended functionality change. llvm-svn: 224935
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r--llvm/lib/Target/TargetLoweringObjectFile.cpp6
1 files changed, 0 insertions, 6 deletions
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.
OpenPOWER on IntegriCloud