projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac53a0b
)
Default to the xs1b subtarget
author
Richard Osborne
<richard@xmos.com>
Tue, 6 Oct 2009 15:41:52 +0000
(15:41 +0000)
committer
Richard Osborne
<richard@xmos.com>
Tue, 6 Oct 2009 15:41:52 +0000
(15:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83380
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/XCore/XCoreSubtarget.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/XCore/XCoreSubtarget.cpp
b/lib/Target/XCore/XCoreSubtarget.cpp
index 5fb1eaad54b61772a0b2b7f80577f90eee59872a..3dd712f834d2d8a8512c6e8d3fcfb425d802cd2b 100644
(file)
--- 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 = "xs1
a
-generic";
+ std::string CPU = "xs1
b
-generic";
// Parse features string.
ParseSubtargetFeatures(FS, CPU);