Skip to content
  • Bill Wendling's avatar
    Add the 'resume' instruction for the new EH rewrite. · f891bf8b
    Bill Wendling authored
    This adds the 'resume' instruction class, IR parsing, and bitcode reading and
    writing. The 'resume' instruction resumes propagation of an existing (in-flight)
    exception whose unwinding was interrupted with a 'landingpad' instruction (to be
    added later).
    
    llvm-svn: 136589
    f891bf8b
Loading