From 9ed5f00026edefe42809ba5b86e29205521415f6 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 25 May 2016 23:42:48 +0000 Subject: [KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta from Chapter 1. This text was accidentally left in when the original document was copied from Chapter 7 of the Kaleidoscope language series. llvm-svn: 270799 --- llvm/docs/tutorial/BuildingAJIT1.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs/tutorial') diff --git a/llvm/docs/tutorial/BuildingAJIT1.rst b/llvm/docs/tutorial/BuildingAJIT1.rst index 1e5ce17a8a5..549432706aa 100644 --- a/llvm/docs/tutorial/BuildingAJIT1.rst +++ b/llvm/docs/tutorial/BuildingAJIT1.rst @@ -305,8 +305,8 @@ like a mini-LLI), feed to next chapter.* Full Code Listing ================= -Here is the complete code listing for our running example, enhanced with -mutable variables and var/in support. To build this example, use: +Here is the complete code listing for our running example. To build this +example, use: .. code-block:: bash -- cgit v1.2.3