From: David Blaikie Date: Sat, 7 Feb 2015 23:23:43 +0000 (+0000) Subject: Rename the 'Extending the Language: Debug Information' to 'Adding Debug Information... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=092251cccb575807be704de0f5ec9dbe2c43799a;p=oota-llvm.git Rename the 'Extending the Language: Debug Information' to 'Adding Debug Information' since this isn't actually modifying/extending the language. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228512 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/tutorial/LangImpl7.rst b/docs/tutorial/LangImpl7.rst index 7c2c4c41719..c44590836b8 100644 --- a/docs/tutorial/LangImpl7.rst +++ b/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/docs/tutorial/LangImpl8.rst b/docs/tutorial/LangImpl8.rst index 7b02468180f..4473035462c 100644 --- a/docs/tutorial/LangImpl8.rst +++ b/docs/tutorial/LangImpl8.rst @@ -1,6 +1,6 @@ -======================================================= -Kaleidoscope: Extending the Language: Debug Information -======================================================= +====================================== +Kaleidoscope: Adding Debug Information +====================================== .. contents:: :local: