summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Triple.cpp
diff options
context:
space:
mode:
authorMatthew Gardiner <mg11@csr.com>2014-09-05 07:17:15 +0000
committerMatthew Gardiner <mg11@csr.com>2014-09-05 07:17:15 +0000
commit9232ea6ac5ee66edc8e8a0b1164ff4d2c9e86a15 (patch)
treeaa33200ee81e1e56b20a2409165c011de1876e37 /llvm/lib/Support/Triple.cpp
parent3b15a89a2bd0b48d43e68e09da6be5df913f7b1c (diff)
downloadbcm5719-llvm-9232ea6ac5ee66edc8e8a0b1164ff4d2c9e86a15.tar.gz
bcm5719-llvm-9232ea6ac5ee66edc8e8a0b1164ff4d2c9e86a15.zip
Removed white-space
llvm-svn: 217230
Diffstat (limited to 'llvm/lib/Support/Triple.cpp')
-rw-r--r--llvm/lib/Support/Triple.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Support/Triple.cpp b/llvm/lib/Support/Triple.cpp
index 2fff70c05ed..c55777f4258 100644
--- a/llvm/lib/Support/Triple.cpp
+++ b/llvm/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);
}
OpenPOWER on IntegriCloud