summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreSubtarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreSubtarget.h')
-rw-r--r--llvm/lib/Target/XCore/XCoreSubtarget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/XCore/XCoreSubtarget.h b/llvm/lib/Target/XCore/XCoreSubtarget.h
index 34d142561c1..f8be3ec8618 100644
--- a/llvm/lib/Target/XCore/XCoreSubtarget.h
+++ b/llvm/lib/Target/XCore/XCoreSubtarget.h
@@ -22,15 +22,12 @@
namespace llvm {
class XCoreSubtarget : public TargetSubtarget {
- bool IsXS1B;
public:
/// This constructor initializes the data members to match that
/// of the specified triple.
///
XCoreSubtarget(const std::string &TT, const std::string &FS);
-
- bool isXS1B() const { return IsXS1B; }
/// ParseSubtargetFeatures - Parses features string setting specified
/// subtarget options. Definition of function is auto generated by tblgen.
OpenPOWER on IntegriCloud