From 3c05196e2a50a33ca4d726a408df06c14309eaea Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 20 Sep 2011 01:14:54 +0000 Subject: [PATCH] Remove some missed references to dead intrinsics. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140129 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ExceptionHandling.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html index ca4a453bdb0..66ae54e66ff 100644 --- a/docs/ExceptionHandling.html +++ b/docs/ExceptionHandling.html @@ -33,9 +33,6 @@
  • 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.

      -- 2.34.1