mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-07 11:08:46 +00:00
Add ability to extract a single basic block into a new function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12052 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1d83e11101
commit
a8a06367f8
@ -23,6 +23,10 @@ class Loop;
|
||||
///
|
||||
Function* ExtractLoop(Loop *L);
|
||||
|
||||
/// ExtractBasicBlock - rip out a basic block into a new function
|
||||
///
|
||||
Function* ExtractBasicBlock(BasicBlock *BB);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user