forked from OSchip/llvm-project
[ARM]: Extend -mfpu options for half-precision and vfpv3xd
removing default label in switch as it results. This is part of earlier commit http://reviews.llvm.org/D1064 Subscribers: llvm-commits llvm-svn: 240932
This commit is contained in:
parent
c2d7e033d7
commit
3f7c8934e4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue