From 7197ef7e0d1d696799afc1a0dedf838b2213901d Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Sat, 12 Dec 2015 06:56:02 +0000 Subject: [PATCH] Try to appease sphinx git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255429 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ExceptionHandling.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst index 12899ed8380..f89e3027d5d 100644 --- a/docs/ExceptionHandling.rst +++ b/docs/ExceptionHandling.rst @@ -745,6 +745,7 @@ C++ code: } .. code-block:: llvm + define void @f() #0 personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) { entry: invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) #1 -- 2.34.1