From 05d0265fef651de152c8127aa701e689555649f3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 18 Apr 2011 23:59:50 +0000 Subject: docs: Use as Heading elements instead of
. H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/OCamlLangImpl7.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'docs/tutorial/OCamlLangImpl7.html') diff --git a/docs/tutorial/OCamlLangImpl7.html b/docs/tutorial/OCamlLangImpl7.html index 42d8141a81..aebc81c08e 100644 --- a/docs/tutorial/OCamlLangImpl7.html +++ b/docs/tutorial/OCamlLangImpl7.html @@ -13,7 +13,7 @@ -
Kaleidoscope: Extending the Language: Mutable Variables
+

Kaleidoscope: Extending the Language: Mutable Variables

- +

Chapter 7 Introduction

@@ -70,7 +70,7 @@ support for this, though the way it works is a bit unexpected for some.

- +

Why is this a hard problem?

@@ -144,7 +144,7 @@ logic.

- +

Memory in LLVM

@@ -325,8 +325,7 @@ variables now!
- +

Mutable Variables in Kaleidoscope

@@ -382,8 +381,7 @@ Kaleidoscope to support new variable definitions.
- +

Adjusting Existing Variables for Mutation

@@ -672,7 +670,7 @@ we'll add the assignment operator.

- +

New Assignment Operator

@@ -773,8 +771,7 @@ add this next!
- +

User-defined Local Variables

@@ -956,7 +953,7 @@ anywhere in sight.

- +

Full Code Listing

-- cgit v1.2.3