summaryrefslogtreecommitdiff
path: root/docs/tutorial/OCamlLangImpl3.html
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2008-03-31 08:44:50 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2008-03-31 08:44:50 +0000
commit35295ffd500b39781e3ed015293e31c665a8b5bc (patch)
tree6c4d914d54f96a7df264747a60381499cd4c35bb /docs/tutorial/OCamlLangImpl3.html
parent9d15abe8385d17aa86c8144c8bbbac958fb91f17 (diff)
downloadllvm-35295ffd500b39781e3ed015293e31c665a8b5bc.tar.gz
llvm-35295ffd500b39781e3ed015293e31c665a8b5bc.tar.bz2
llvm-35295ffd500b39781e3ed015293e31c665a8b5bc.tar.xz
Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial
and fix some tabs in chapter 3 and 4. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/OCamlLangImpl3.html')
-rw-r--r--docs/tutorial/OCamlLangImpl3.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/OCamlLangImpl3.html b/docs/tutorial/OCamlLangImpl3.html
index 0edc726480..079ab1c2b4 100644
--- a/docs/tutorial/OCamlLangImpl3.html
+++ b/docs/tutorial/OCamlLangImpl3.html
@@ -183,7 +183,7 @@ variables</a>.</p>
let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
build_uitofp i double_type "booltmp" builder
| _ -&gt; raise (Error "invalid binary operator")
- end
+ end
</pre>
</div>
@@ -280,7 +280,7 @@ let codegen_proto = function
(* Make the function type: double(double,double) etc. *)
let doubles = Array.make (Array.length args) double_type in
let ft = function_type double_type doubles in
- let f =
+ let f =
match lookup_function name the_module with
</pre>
</div>