From: Richard Osborne Date: Tue, 6 Oct 2009 15:41:52 +0000 (+0000) Subject: Default to the xs1b subtarget X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=acfbb928244ec034f679f8bff0a4c1187f92ae2e;p=oota-llvm.git Default to the xs1b subtarget git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83380 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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);