From 43bbb9de666894217e55a9fa1d5630a39bc7f660 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Mon, 17 Aug 2009 20:25:04 +0000 Subject: Remove a bit more cruft from the sjlj moving to a backend pass. llvm-svn: 79272 --- llvm/docs/ExceptionHandling.html | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'llvm/docs') diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html index 9eb868f4929..f67954f7e2b 100644 --- a/llvm/docs/ExceptionHandling.html +++ b/llvm/docs/ExceptionHandling.html @@ -38,7 +38,6 @@
  • llvm.eh.sjlj.setjmp
  • llvm.eh.sjlj.longjmp
  • llvm.eh.sjlj.lsda
  • -
  • llvm.eh.sjlj.callsite
  • Asm Table Formats
      @@ -471,24 +470,6 @@ - - - -
      - -
      -  void %llvm.eh.sjlj.callsite(i32)
      -
      - -

      The SJLJ front-end allocates call site indices for invoke instrucitons. - These values are passed to the back-end via the - llvm.eh.sjlj.callsite - intrinsic, where they are used to build the LSDA call-site table.

      - -
      -
      Asm Table Formats -- cgit v1.2.3