summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetLoweringObjectFile.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-19 04:21:20 +0000
committerChris Lattner <sabre@nondot.org>2010-01-19 04:21:20 +0000
commitc1ef06ac5264cb43f148590091606f0ed90a72e9 (patch)
tree2b4cd0d7474c2396355845acd3673bc4c0703ca2 /include/llvm/Target/TargetLoweringObjectFile.h
parentce8749e445fdd0493758932874bad50293647df9 (diff)
downloadllvm-c1ef06ac5264cb43f148590091606f0ed90a72e9.tar.gz
llvm-c1ef06ac5264cb43f148590091606f0ed90a72e9.tar.bz2
llvm-c1ef06ac5264cb43f148590091606f0ed90a72e9.tar.xz
use BSSLocal classifier to identify 'lcomm' data instead of
duplicating the logic (differently) in lots of different targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93847 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetLoweringObjectFile.h')
-rw-r--r--include/llvm/Target/TargetLoweringObjectFile.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Target/TargetLoweringObjectFile.h b/include/llvm/Target/TargetLoweringObjectFile.h
index b8da445ceb..304518abe7 100644
--- a/include/llvm/Target/TargetLoweringObjectFile.h
+++ b/include/llvm/Target/TargetLoweringObjectFile.h
@@ -313,12 +313,6 @@ public:
return ConstTextCoalSection;
}
- /// getDataCommonSection - Return the "__DATA,__common" section we put
- /// zerofill (aka bss) data into.
- bool isDataCommonSection(const MCSection *Section) const {
- return Section == DataCommonSection;
- }
-
/// getLazySymbolPointerSection - Return the section corresponding to
/// the .lazy_symbol_pointer directive.
const MCSection *getLazySymbolPointerSection() const {