summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/OCamlLangImpl4.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-28 17:07:41 +0000
committerDan Gohman <gohman@apple.com>2010-05-28 17:07:41 +0000
commitd6a6f61fdb10b75c75905e3985df697742c26f4f (patch)
tree1d8db8f42eaf9087b15afe4c5e6fec6b6b34bca6 /llvm/docs/tutorial/OCamlLangImpl4.html
parent2085089c49267be1debe3880b251f801ae0cfc24 (diff)
downloadbcm5719-llvm-d6a6f61fdb10b75c75905e3985df697742c26f4f.tar.gz
bcm5719-llvm-d6a6f61fdb10b75c75905e3985df697742c26f4f.zip
Fix whitespace to be more consistent with AsmPrinter's style.
llvm-svn: 104962
Diffstat (limited to 'llvm/docs/tutorial/OCamlLangImpl4.html')
-rw-r--r--llvm/docs/tutorial/OCamlLangImpl4.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/tutorial/OCamlLangImpl4.html b/llvm/docs/tutorial/OCamlLangImpl4.html
index 116c618d025..979119afbc1 100644
--- a/llvm/docs/tutorial/OCamlLangImpl4.html
+++ b/llvm/docs/tutorial/OCamlLangImpl4.html
@@ -387,7 +387,7 @@ entry:
ready&gt; <b>testfunc(4, 10);</b>
define double @""() {
entry:
- %calltmp = call double @testfunc( double 4.000000e+00, double 1.000000e+01 )
+ %calltmp = call double @testfunc(double 4.000000e+00, double 1.000000e+01)
ret double %calltmp
}
@@ -426,9 +426,9 @@ ready&gt; <b>def foo(x) sin(x)*sin(x) + cos(x)*cos(x);</b>
Read function definition:
define double @foo(double %x) {
entry:
- %calltmp = call double @sin( double %x )
+ %calltmp = call double @sin(double %x)
%multmp = fmul double %calltmp, %calltmp
- %calltmp2 = call double @cos( double %x )
+ %calltmp2 = call double @cos(double %x)
%multmp4 = fmul double %calltmp2, %calltmp2
%addtmp = fadd double %multmp, %multmp4
ret double %addtmp
OpenPOWER on IntegriCloud