diff options
Diffstat (limited to 'llvm/lib/Transforms/IPO/LowerSetJmp.cpp')
| -rw-r--r-- | llvm/lib/Transforms/IPO/LowerSetJmp.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/lib/Transforms/IPO/LowerSetJmp.cpp b/llvm/lib/Transforms/IPO/LowerSetJmp.cpp index 7300aa8f19a..c040025115b 100644 --- a/llvm/lib/Transforms/IPO/LowerSetJmp.cpp +++ b/llvm/lib/Transforms/IPO/LowerSetJmp.cpp @@ -459,6 +459,7 @@ void LowerSetJmp::visitCallInst(CallInst& CI)    BasicBlock* NewBB = OldBB->splitBasicBlock(CI);    assert(NewBB && "Couldn't split BB of \"call\" instruction!!"); +  DFSBlocks.insert(NewBB);    NewBB->setName("Call2Invoke");    Function* Func = OldBB->getParent(); | 

