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:
a1fddc5
)
Removed white-space
author
Matthew Gardiner
<mg11@csr.com>
Fri, 5 Sep 2014 07:17:15 +0000
(07:17 +0000)
committer
Matthew Gardiner
<mg11@csr.com>
Fri, 5 Sep 2014 07:17:15 +0000
(07:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217230
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Triple.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/Triple.cpp
b/lib/Support/Triple.cpp
index 2fff70c05edcc9184a875657c0cfb1c34efe7816..c55777f4258e2317fa1eb8ab6540e5e02936f67d 100644
(file)
--- a/
lib/Support/Triple.cpp
+++ b/
lib/Support/Triple.cpp
@@
-337,11
+337,9
@@
static Triple::SubArchType parseSubArch(StringRef SubArchName) {
.EndsWith("v5t", Triple::ARMSubArch_v5)
.EndsWith("v5te", Triple::ARMSubArch_v5te)
.EndsWith("v4t", Triple::ARMSubArch_v4t)
-
.EndsWith("kalimba3", Triple::KalimbaSubArch_v3)
.EndsWith("kalimba4", Triple::KalimbaSubArch_v4)
.EndsWith("kalimba5", Triple::KalimbaSubArch_v5)
-
.Default(Triple::NoSubArch);
}