diff options
author | Richard Osborne <richard@xmos.com> | 2009-10-06 16:01:09 +0000 |
---|---|---|
committer | Richard Osborne <richard@xmos.com> | 2009-10-06 16:01:09 +0000 |
commit | 34bee6da7a3f45aa5b2de69f42e05bb35340023b (patch) | |
tree | 20f8c4652cd9750386c5b4cf31eaf56f39685143 /lib/Target/XCore/XCoreSubtarget.h | |
parent | acfbb928244ec034f679f8bff0a4c1187f92ae2e (diff) |
Remove xs1a subtarget. xs1a is a preproduction device used in
early development boards which is no longer supported in the
XMOS toolchain.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83381 91177308-0d34-0410-b5e6-96231b3b80d8
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 |