Skip to content
  • Jakob Stoklund Olesen's avatar
    Fix PR10244. · 71a3a003
    Jakob Stoklund Olesen authored
    A split point inserted in a block with a landing pad successor may be
    hoisted above the call to ensure that it dominates all successors. The
    code that handles the rest of the basic block must take this into
    account.
    
    I am not including a test case, it would be very fragile. PR10244 comes
    from building clang with exceptions enabled.
    
    llvm-svn: 134369
    71a3a003
Loading