[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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270799 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lang Hames 2016-05-25 23:42:48 +00:00
parent 613d807439
commit 630552d242

View File

@ -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