diff --git a/lib/Support/TargetParser.cpp b/lib/Support/TargetParser.cpp index b1ba39e4405..4d4c041b843 100644 --- a/lib/Support/TargetParser.cpp +++ b/lib/Support/TargetParser.cpp @@ -318,8 +318,6 @@ bool ARMTargetParser::getFPUFeatures(unsigned FPUKind, Features.push_back("-vfp4"); Features.push_back("-fp-armv8"); break; - default: - return false; } // crypto includes neon, so we handle this similarly to FPU version.