summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSubtarget.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-24 03:14:35 +0000
committerChris Lattner <sabre@nondot.org>2009-07-24 03:14:35 +0000
commitd94061f1239cf6c9f8a841f8b208158be134a814 (patch)
treebe3916922a3d107edc551097d88e3930f9b60ac1 /lib/Target/Mips/MipsSubtarget.h
parent013e6b63099eed7743150a57dd9eed6868b013d6 (diff)
downloadllvm-d94061f1239cf6c9f8a841f8b208158be134a814.tar.gz
llvm-d94061f1239cf6c9f8a841f8b208158be134a814.tar.bz2
llvm-d94061f1239cf6c9f8a841f8b208158be134a814.tar.xz
remove more remnants of small section support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76936 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsSubtarget.h')
-rw-r--r--lib/Target/Mips/MipsSubtarget.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/Mips/MipsSubtarget.h b/lib/Target/Mips/MipsSubtarget.h
index 61c37c1d37..2244e497dd 100644
--- a/lib/Target/Mips/MipsSubtarget.h
+++ b/lib/Target/Mips/MipsSubtarget.h
@@ -68,10 +68,6 @@ protected:
// isLinux - Target system is Linux. Is false we consider ELFOS for now.
bool IsLinux;
- // Put global and static items less than or equal to SSectionThreshold
- // bytes into the small data or bss section. The default is 8.
- unsigned SSectionThreshold;
-
/// Features related to the presence of specific instructions.
// HasSEInReg - SEB and SEH (signext in register) instructions.
@@ -124,7 +120,6 @@ public:
bool hasABICall() const { return HasABICall; };
bool hasAbsoluteCall() const { return HasAbsoluteCall; };
bool isLinux() const { return IsLinux; };
- unsigned getSSectionThreshold() const { return SSectionThreshold; }
/// Features related to the presence of specific instructions.
bool hasSEInReg() const { return HasSEInReg; };