summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/OCamlLangImpl7.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/OCamlLangImpl7.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/OCamlLangImpl7.html')
-rw-r--r--llvm/docs/tutorial/OCamlLangImpl7.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/docs/tutorial/OCamlLangImpl7.html b/llvm/docs/tutorial/OCamlLangImpl7.html
index c140888626c..a203eb993e4 100644
--- a/llvm/docs/tutorial/OCamlLangImpl7.html
+++ b/llvm/docs/tutorial/OCamlLangImpl7.html
@@ -582,10 +582,10 @@ then: ; preds = %entry
else: ; preds = %entry
<b>%x3 = load double* %x1</b>
%subtmp = fsub double %x3, 1.000000e+00
- %calltmp = call double @fib( double %subtmp )
+ %calltmp = call double @fib(double %subtmp)
<b>%x4 = load double* %x1</b>
%subtmp5 = fsub double %x4, 2.000000e+00
- %calltmp6 = call double @fib( double %subtmp5 )
+ %calltmp6 = call double @fib(double %subtmp5)
%addtmp = fadd double %calltmp, %calltmp6
br label %ifcont
@@ -620,9 +620,9 @@ then:
else:
%subtmp = fsub double <b>%x</b>, 1.000000e+00
- %calltmp = call double @fib( double %subtmp )
+ %calltmp = call double @fib(double %subtmp)
%subtmp5 = fsub double <b>%x</b>, 2.000000e+00
- %calltmp6 = call double @fib( double %subtmp5 )
+ %calltmp6 = call double @fib(double %subtmp5)
%addtmp = fadd double %calltmp, %calltmp6
br label %ifcont
@@ -650,9 +650,9 @@ entry:
else:
%subtmp = fsub double %x, 1.000000e+00
- %calltmp = call double @fib( double %subtmp )
+ %calltmp = call double @fib(double %subtmp)
%subtmp5 = fsub double %x, 2.000000e+00
- %calltmp6 = call double @fib( double %subtmp5 )
+ %calltmp6 = call double @fib(double %subtmp5)
%addtmp = fadd double %calltmp, %calltmp6
ret double %addtmp
OpenPOWER on IntegriCloud