Remove a linear walk to find the default FPU for a given CPU by directly
authorChandler Carruth <chandlerc@gmail.com>
Sun, 30 Aug 2015 09:01:38 +0000 (09:01 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 30 Aug 2015 09:01:38 +0000 (09:01 +0000)
commit2ff230d5c9658b0f1e6f789344e4d2cffc03b51e
treeb11b98688b995e72b5a3f0c5bb37575acd120e6d
parent16c92083ab87bc41cddc1aafca7babb5b571ebe4
Remove a linear walk to find the default FPU for a given CPU by directly
expanding the .def file within a StringSwitch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246377 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/TargetParser.cpp