Default to the xs1b subtarget

llvm-svn: 83380
This commit is contained in:
Richard Osborne 2009-10-06 15:41:52 +00:00
parent 9ed7b16bf3
commit 29e8555056
1 changed files with 1 additions and 1 deletions

View File

@ -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);