Skip to content
  • Bill Wendling's avatar
    Make sure we aren't deleting the landingpad instruction. · 770d0f07
    Bill Wendling authored
    The landingpad instruction is required in the landing pad block. Because we're
    not deleting terminating instructions, the invoke may still jump to here (see
    Transforms/SCCP/2004-11-16-DeadInvoke.ll). Remove all uses of the landingpad
    instruction, but keep it around until code-gen can remove the basic block.
    
    llvm-svn: 138890
    770d0f07
Loading