[AArch64] Initialize HasMTE

llvm-svn: 359366
This commit is contained in:
Vitaly Buka 2019-04-27 02:40:01 +00:00
parent 83c6d10b62
commit ae01981d03
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
HasFullFP16 = 0;
HasDotProd = 0;
HasFP16FML = 0;
HasMTE = 0;
ArchKind = llvm::AArch64::ArchKind::ARMV8A;
for (const auto &Feature : Features) {