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 | 1163f506d4d4cf143812d4b729ab43524f043a66 (patch) | |
tree | 20f8c4652cd9750386c5b4cf31eaf56f39685143 /lib/Target/XCore/XCoreSubtarget.h | |
parent | d90b176bd923fef57b155202ce529076f3b4c587 (diff) | |
download | external_llvm-1163f506d4d4cf143812d4b729ab43524f043a66.zip external_llvm-1163f506d4d4cf143812d4b729ab43524f043a66.tar.gz external_llvm-1163f506d4d4cf143812d4b729ab43524f043a66.tar.bz2 |
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 4839351..34d1425 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 |