ARM: make libcall setup more table driven
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 18 May 2014 16:39:11 +0000 (16:39 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 18 May 2014 16:39:11 +0000 (16:39 +0000)
commit1cc4e8a79bb6b0188c18053fe67c224bd1264bee
tree94957176a83e78c82e6e7b754a4d9ef7b81f3038
parentaad181f64485fbc75ce02b7dc993004d3aa168c2
ARM: make libcall setup more table driven

Rather than create a series of function calls to setup the library calls, create
a table with the information and just use the table to drive the configuration
of the library calls.  This makes it easier to both inspect the list as well as
to modify it.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209089 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp