summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/TargetParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/TargetParser.cpp')
-rw-r--r--llvm/lib/Support/TargetParser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Support/TargetParser.cpp b/llvm/lib/Support/TargetParser.cpp
index b1ba39e4405..4d4c041b843 100644
--- a/llvm/lib/Support/TargetParser.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud