diff options
author | Eric Christopher <echristo@gmail.com> | 2014-12-19 23:46:53 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-12-19 23:46:53 +0000 |
commit | 8985ba912f00de68f3fccf8bf440a30bf5bdb89e (patch) | |
tree | ee339464d899252cde3f38912624daaae92ed484 /llvm/lib/Target/Mips/MipsSubtarget.h | |
parent | 0c0a8c868ca59d4f8a13edf29beea593fca2ff4f (diff) | |
download | bcm5719-llvm-8985ba912f00de68f3fccf8bf440a30bf5bdb89e.tar.gz bcm5719-llvm-8985ba912f00de68f3fccf8bf440a30bf5bdb89e.zip |
Remove unused variable, initializer, and accessor.
llvm-svn: 224650
Diffstat (limited to 'llvm/lib/Target/Mips/MipsSubtarget.h')
-rw-r--r-- | llvm/lib/Target/Mips/MipsSubtarget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsSubtarget.h b/llvm/lib/Target/Mips/MipsSubtarget.h index 9d426d1dcea..dca9966d8a9 100644 --- a/llvm/lib/Target/Mips/MipsSubtarget.h +++ b/llvm/lib/Target/Mips/MipsSubtarget.h @@ -223,7 +223,6 @@ public: bool hasDSP() const { return HasDSP; } bool hasDSPR2() const { return HasDSPR2; } bool hasMSA() const { return HasMSA; } - bool isLinux() const { return IsLinux; } bool useSmallSection() const { return UseSmallSection; } bool hasStandardEncoding() const { return !inMips16Mode(); } |