diff --git a/docs/LangRef.html b/docs/LangRef.html index b6f6f47256c..cbd4c9baa03 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -187,6 +187,7 @@
  • Debugger intrinsics
  • +
  • Exception Handling intrinsics
  • @@ -4575,6 +4576,19 @@ Debugging document. + +
    + Exception Handling Intrinsics +
    + +
    +

    The LLVM exception handling intrinsics (which all start with +llvm.eh. prefix), are described in the LLVM Exception +Handling document.

    +
    + +