Skip to content

Commit

Permalink
Code refactoring for commit r257278.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257366 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lic9 committed Jan 11, 2016
1 parent bc71008 commit f96d126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Transforms/Utils/SimplifyCFG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3247,8 +3247,8 @@ bool SimplifyCFGOpt::SimplifyResume(ResumeInst *RI, IRBuilder<> &Builder) {
RI->getValue() == RI->getParent()->getFirstNonPHI())
// The resume must unwind the exception that caused control to branch here.
return SimplifySingleResume(RI);
else
return false;

return false;
}

// Simplify resume that is shared by several landing pads (phi of landing pad).
Expand Down

0 comments on commit f96d126

Please sign in to comment.