summaryrefslogtreecommitdiffstats
path: root/lib/Basic/Targets/Hexagon.cpp
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-04-03 15:59:10 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-04-03 15:59:10 +0000
commit231f0cb215812221b4069029f48346ab18bbfc58 (patch)
tree8e66c75643f7fca029225b8dc619209d86f4a68c /lib/Basic/Targets/Hexagon.cpp
parent179820964644985e3b528815dff823c39846456e (diff)
[Hexagon] Remove -mhvx-double and the corresponding subtarget feature
Specifying the HVX vector length should be done via the -mhvx-length option. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329077 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/Targets/Hexagon.cpp')
-rw-r--r--lib/Basic/Targets/Hexagon.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Basic/Targets/Hexagon.cpp b/lib/Basic/Targets/Hexagon.cpp
index 20d0c5c213..f122200801 100644
--- a/lib/Basic/Targets/Hexagon.cpp
+++ b/lib/Basic/Targets/Hexagon.cpp
@@ -75,7 +75,6 @@ void HexagonTargetInfo::getTargetDefines(const LangOptions &Opts,
bool HexagonTargetInfo::initFeatureMap(
llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU,
const std::vector<std::string> &FeaturesVec) const {
- Features["hvx-double"] = false;
Features["long-calls"] = false;
return TargetInfo::initFeatureMap(Features, Diags, CPU, FeaturesVec);