[X86] Rename X86::getImpliedFeatures to X86::updateImpliedFeatures and pass clang...
authorCraig Topper <craig.topper@intel.com>
Thu, 6 Aug 2020 07:13:40 +0000 (00:13 -0700)
committerCraig Topper <craig.topper@intel.com>
Thu, 6 Aug 2020 07:20:46 +0000 (00:20 -0700)
commit504a197fe54de83be791ea0aa2ed290f6b9285b0
tree431f65cad905a9857cd6445843df16197ea9c4e3
parent4a8e4b5c744791da629ec4a282acdf536f4471dd
[X86] Rename X86::getImpliedFeatures to X86::updateImpliedFeatures and pass clang's StringMap directly to it.

No point in building a vector of StringRefs for clang to apply to the
StringMap. Just pass the StringMap and modify it directly.
clang/lib/Basic/Targets/X86.cpp
llvm/include/llvm/Support/X86TargetParser.h
llvm/lib/Support/X86TargetParser.cpp