diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html index ca4a453bdb..66ae54e66f 100644 --- a/docs/ExceptionHandling.html +++ b/docs/ExceptionHandling.html @@ -33,9 +33,6 @@

Exception Handling in LLVM

  • Exception Handling Intrinsics
      -
    1. llvm.eh.exception
    2. -
    3. llvm.eh.selector
    4. -
    5. llvm.eh.resume
    6. llvm.eh.typeid.for
    7. llvm.eh.sjlj.setjmp
    8. llvm.eh.sjlj.longjmp
    9. @@ -413,8 +410,8 @@

      This intrinsic returns the type info index in the exception table of the current function. This value can be used to compare against the result - of llvm.eh.selector. The single - argument is a reference to a type info.

      + of landingpad instruction. + The single argument is a reference to a type info.