diff options
Diffstat (limited to 'lib/Target/XCore/XCoreSubtarget.h')
-rw-r--r-- | lib/Target/XCore/XCoreSubtarget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/XCore/XCoreSubtarget.h b/lib/Target/XCore/XCoreSubtarget.h index 4839351487..34d142561c 100644 --- a/lib/Target/XCore/XCoreSubtarget.h +++ b/lib/Target/XCore/XCoreSubtarget.h @@ -22,7 +22,6 @@ namespace llvm { class XCoreSubtarget : public TargetSubtarget { - bool IsXS1A; bool IsXS1B; public: @@ -31,7 +30,6 @@ public: /// XCoreSubtarget(const std::string &TT, const std::string &FS); - bool isXS1A() const { return IsXS1A; } bool isXS1B() const { return IsXS1B; } /// ParseSubtargetFeatures - Parses features string setting specified |