[X86] Rename X86::getImpliedFeatures to X86::updateImpliedFeatures and pass...
[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.
Loading
Please sign in to comment