Skip to content

Commit

Permalink
[ARM]: Extend -mfpu options for half-precision and vfpv3xd
Browse files Browse the repository at this point in the history
removing default label in switch as it results.
This is part of earlier commit http://reviews.llvm.org/D1064

Subscribers: llvm-commits



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240932 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
javedabsar committed Jun 29, 2015
1 parent 263dd53 commit 23fd3d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Support/TargetParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 23fd3d6

Please sign in to comment.