mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Add a FIXME
llvm-svn: 105282
This commit is contained in:
parent
457e04c48c
commit
adacdef6db
@ -179,6 +179,8 @@ static void MarkBlocksLiveIn(BasicBlock *BB, std::set<BasicBlock*> &LiveBBs) {
|
||||
/// we spill into a stack location, guaranteeing that there is nothing live
|
||||
/// across the unwind edge. This process also splits all critical edges
|
||||
/// coming out of invoke's.
|
||||
/// FIXME: Move this function to a common utility file (Local.cpp?) so
|
||||
/// both SjLj and LowerInvoke can use it.
|
||||
void SjLjEHPass::
|
||||
splitLiveRangesLiveAcrossInvokes(SmallVector<InvokeInst*,16> &Invokes) {
|
||||
// First step, split all critical edges from invoke instructions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user