From 278c121d39d0e419f170a958b8b9c426e47291a1 Mon Sep 17 00:00:00 2001 From: Pat Gavlin Date: Fri, 8 May 2015 18:37:49 +0000 Subject: [PATCH] Fix a docs build break introduced by rL236888. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236891 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Statepoints.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Statepoints.rst b/docs/Statepoints.rst index 438171cb932..c381c3e75f9 100644 --- a/docs/Statepoints.rst +++ b/docs/Statepoints.rst @@ -250,7 +250,7 @@ to unmanaged code. The resulting relocation sequence is: During lowering, this will result in a instruction selection DAG that looks something like: -.. code-block:: +:: CALLSEQ_START ... -- 2.34.1