diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-12-29 15:18:31 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-12-29 15:18:31 +0000 |
commit | bed67f3adc0506f1ae1bdff71102477d61672393 (patch) | |
tree | b6a8284defd9608544862918373d90e1b531beb3 /llvm/lib/Target/TargetLoweringObjectFile.cpp | |
parent | 032d422d2e28a0b116f6aa465d098141e1d36a59 (diff) | |
download | bcm5719-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.cpp | 6 |
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. |