Refactor FunctionImporter::importFunctions with a helper function to process the...
authorMehdi Amini <mehdi.amini@apple.com>
Thu, 3 Dec 2015 02:37:33 +0000 (02:37 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Thu, 3 Dec 2015 02:37:33 +0000 (02:37 +0000)
commit690d7b2a89f76fd450f38564ce4e6732d853eadc
treeacdbfc0ac0ac0804d76a748841ead77798143af4
parent8466beff264684e6b6c354a569a3c8a3ecb22490
Refactor FunctionImporter::importFunctions with a helper function to process the Worklist (NFC)

This precludes some more functional changes to perform bulk imports.

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254583 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/FunctionImport.cpp