diff options
author | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2008-03-31 08:44:50 +0000 |
---|---|---|
committer | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2008-03-31 08:44:50 +0000 |
commit | 0039235491c14c041d9964f994b1c0a73aa2ccf9 (patch) | |
tree | daf998f42895f8642ca7fb3ccef972f2e20b6c7b /llvm/docs/tutorial/OCamlLangImpl3.html | |
parent | 1973a46cd39a606fc6225a1bfea99a733d258a18 (diff) | |
download | bcm5719-llvm-0039235491c14c041d9964f994b1c0a73aa2ccf9.tar.gz bcm5719-llvm-0039235491c14c041d9964f994b1c0a73aa2ccf9.zip |
Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial
and fix some tabs in chapter 3 and 4.
llvm-svn: 48978
Diffstat (limited to 'llvm/docs/tutorial/OCamlLangImpl3.html')
-rw-r--r-- | llvm/docs/tutorial/OCamlLangImpl3.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/OCamlLangImpl3.html b/llvm/docs/tutorial/OCamlLangImpl3.html index 0edc726480c..079ab1c2b49 100644 --- a/llvm/docs/tutorial/OCamlLangImpl3.html +++ b/llvm/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 | _ -> 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> |