[llvm] r255429 - Try to appease sphinx

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 22:56:02 PST 2015


Author: majnemer
Date: Sat Dec 12 00:56:02 2015
New Revision: 255429

URL: http://llvm.org/viewvc/llvm-project?rev=255429&view=rev
Log:
Try to appease sphinx

Modified:
    llvm/trunk/docs/ExceptionHandling.rst

Modified: llvm/trunk/docs/ExceptionHandling.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ExceptionHandling.rst?rev=255429&r1=255428&r2=255429&view=diff
==============================================================================
--- llvm/trunk/docs/ExceptionHandling.rst (original)
+++ llvm/trunk/docs/ExceptionHandling.rst Sat Dec 12 00:56:02 2015
@@ -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




More information about the llvm-commits mailing list