From 4a696b0e870298b3a8dd374a003161aa023c379a Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sat, 7 Feb 2015 23:23:43 +0000 Subject: [PATCH] Rename the 'Extending the Language: Debug Information' to 'Adding Debug Information' since this isn't actually modifying/extending the language. llvm-svn: 228512 --- llvm/docs/tutorial/LangImpl7.rst | 2 +- llvm/docs/tutorial/LangImpl8.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/docs/tutorial/LangImpl7.rst b/llvm/docs/tutorial/LangImpl7.rst index 7c2c4c4..c445908 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 `_ +`Next: Adding Debug Information `_ diff --git a/llvm/docs/tutorial/LangImpl8.rst b/llvm/docs/tutorial/LangImpl8.rst index 7b02468..44730354 100644 --- a/llvm/docs/tutorial/LangImpl8.rst +++ b/llvm/docs/tutorial/LangImpl8.rst @@ -1,6 +1,6 @@ -======================================================= -Kaleidoscope: Extending the Language: Debug Information -======================================================= +====================================== +Kaleidoscope: Adding Debug Information +====================================== .. contents:: :local: -- 2.7.4