From afb30397abc9871c338f433e4b7436240a203098 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 25 May 2016 23:42:48 +0000 Subject: [PATCH] [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 --- docs/tutorial/BuildingAJIT1.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/BuildingAJIT1.rst b/docs/tutorial/BuildingAJIT1.rst index 1e5ce17a8a5..549432706aa 100644 --- a/docs/tutorial/BuildingAJIT1.rst +++ b/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