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/LangImpl6.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/tutorial/LangImpl6.html') diff --git a/docs/tutorial/LangImpl6.html b/docs/tutorial/LangImpl6.html index 72fa9c3b08..510d9dde09 100644 --- a/docs/tutorial/LangImpl6.html +++ b/docs/tutorial/LangImpl6.html @@ -11,7 +11,7 @@ -
Kaleidoscope: Extending the Language: User-defined Operators
+

Kaleidoscope: Extending the Language: User-defined Operators

- +

Chapter 6 Introduction

@@ -60,7 +60,7 @@ an example of what you can build with Kaleidoscope and its feature set.

- +

User-defined Operators: the Idea

@@ -125,7 +125,7 @@ operators.

- +

User-defined Binary Operators

@@ -342,7 +342,7 @@ see what it takes.

- +

User-defined Unary Operators

@@ -491,7 +491,7 @@ is simpler primarily because it doesn't need to handle any predefined operators.
- +

Kicking the Tires

@@ -796,7 +796,7 @@ add variable mutation without building SSA in your front-end.

- +

Full Code Listing

-- cgit v1.2.3