Update code listings in LLVM tutorial.
authorLogan Chien <tzuhsiang.chien@gmail.com>
Sat, 8 Jun 2013 09:03:03 +0000 (09:03 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Sat, 8 Jun 2013 09:03:03 +0000 (09:03 +0000)
commit2dce4f27ef3725f1d1bd31cc07251b2925997262
treefd74ca750b6f31c1ff2f55c18347e40869e795c7
parent9792b646c68d0dcee4049662091f1496b4c85ce7
Update code listings in LLVM tutorial.

Several LLVM headers are moved.  The code listings in
LLVM tutorial are not updated yet.

This CL removes the code replica in the .rst, and replace
them with a literalinclude directive, so that sphinx can
include the latest code automatically.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183607 91177308-0d34-0410-b5e6-96231b3b80d8
docs/tutorial/LangImpl2.rst
docs/tutorial/LangImpl3.rst
docs/tutorial/LangImpl4.rst
docs/tutorial/LangImpl5.rst
docs/tutorial/LangImpl6.rst
docs/tutorial/LangImpl7.rst