diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-02-07 23:23:43 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-02-07 23:23:43 +0000 |
commit | 4a696b0e870298b3a8dd374a003161aa023c379a (patch) | |
tree | 97b545a6bba38a83c8a8988af0dd9e80d21a8a8b /llvm/docs/tutorial/LangImpl7.rst | |
parent | 08ee9c803db3d60de5cc2d5ebc87f8da530a676c (diff) | |
download | bcm5719-llvm-4a696b0e870298b3a8dd374a003161aa023c379a.tar.gz bcm5719-llvm-4a696b0e870298b3a8dd374a003161aa023c379a.zip |
Rename the 'Extending the Language: Debug Information' to 'Adding Debug Information' since this isn't actually modifying/extending the language.
llvm-svn: 228512
Diffstat (limited to 'llvm/docs/tutorial/LangImpl7.rst')
-rw-r--r-- | llvm/docs/tutorial/LangImpl7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl7.rst b/llvm/docs/tutorial/LangImpl7.rst index 7c2c4c41719..c44590836b8 100644 --- a/llvm/docs/tutorial/LangImpl7.rst +++ b/llvm/docs/tutorial/LangImpl7.rst @@ -856,5 +856,5 @@ Here is the code: .. literalinclude:: ../../examples/Kaleidoscope/Chapter7/toy.cpp :language: c++ -`Next: Extending the Language: Debug Information <LangImpl8.html>`_ +`Next: Adding Debug Information <LangImpl8.html>`_ |