Commit 7237bef5 authored by Craig Topper's avatar Craig Topper
Browse files

[RISCV] Use map::count instead of hasExtension in computeDefaultABI. NFC

hasExtension checks if the extension name is a known extension name.
That should always be true for the extensions listed here so we can
skip that check.
parent 435e850b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment