From 9232ea6ac5ee66edc8e8a0b1164ff4d2c9e86a15 Mon Sep 17 00:00:00 2001 From: Matthew Gardiner Date: Fri, 5 Sep 2014 07:17:15 +0000 Subject: Removed white-space llvm-svn: 217230 --- llvm/lib/Support/Triple.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/Support/Triple.cpp') 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); } -- cgit v1.2.3