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.cpp | |
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.cpp')
-rw-r--r-- | lib/Target/XCore/XCoreSubtarget.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/XCore/XCoreSubtarget.cpp b/lib/Target/XCore/XCoreSubtarget.cpp index 3dd712f834..2b2f9f1791 100644 --- a/lib/Target/XCore/XCoreSubtarget.cpp +++ b/lib/Target/XCore/XCoreSubtarget.cpp @@ -17,8 +17,7 @@ using namespace llvm; XCoreSubtarget::XCoreSubtarget(const std::string &TT, const std::string &FS) - : IsXS1A(false), - IsXS1B(false) + : IsXS1B(false) { std::string CPU = "xs1b-generic"; |