A generic code extractor: given a list of BasicBlocks, it will rip them out into
authorMisha Brukman <brukman+llvm@gmail.com>
Sat, 28 Feb 2004 03:26:20 +0000 (03:26 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sat, 28 Feb 2004 03:26:20 +0000 (03:26 +0000)
commite6336031b8b85a438e2fcaa9e56e7392afbbb7dc
tree778954b5c30d2a38e774c6a3c2a3cc9daffb456f
parent870e587d5d8b5f9005e0e42e19120fe6f21c1c35
A generic code extractor: given a list of BasicBlocks, it will rip them out into
a new function, taking care of inputs and outputs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11935 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/CodeExtractor.cpp [new file with mode: 0644]