From acfbb928244ec034f679f8bff0a4c1187f92ae2e Mon Sep 17 00:00:00 2001 From: Richard Osborne Date: Tue, 6 Oct 2009 15:41:52 +0000 Subject: [PATCH] Default to the xs1b subtarget git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83380 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/XCore/XCoreSubtarget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/XCore/XCoreSubtarget.cpp b/lib/Target/XCore/XCoreSubtarget.cpp index 5fb1eaad54b..3dd712f834d 100644 --- a/lib/Target/XCore/XCoreSubtarget.cpp +++ b/lib/Target/XCore/XCoreSubtarget.cpp @@ -20,7 +20,7 @@ XCoreSubtarget::XCoreSubtarget(const std::string &TT, const std::string &FS) : IsXS1A(false), IsXS1B(false) { - std::string CPU = "xs1a-generic"; + std::string CPU = "xs1b-generic"; // Parse features string. ParseSubtargetFeatures(FS, CPU); -- 2.34.1