From: Matthew Gardiner Date: Fri, 5 Sep 2014 07:17:15 +0000 (+0000) Subject: Removed white-space X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e80ca34c933d9b2b15450809ddc80dbb6a3862ba;p=oota-llvm.git Removed white-space git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217230 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Triple.cpp b/lib/Support/Triple.cpp index 2fff70c05ed..c55777f4258 100644 --- 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); }