Add a flag to choose between isolating a function or deleting the function from
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 22 Apr 2004 22:52:22 +0000 (22:52 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 22 Apr 2004 22:52:22 +0000 (22:52 +0000)
commit79906c9825d4ff18e3f1fff54eef8162257b72a9
treeb2665a798bf64bbabf8917db2c28d7a33f4f7a1f
parent127a3e092bdbed4ed7e889e972132cf51980cfca
Add a flag to choose between isolating a function or deleting the function from
the Module. The default behavior keeps functionality as before: the chosen
function is the one that remains.

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