summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/OCamlLangImpl5.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-03-02 01:11:08 +0000
committerDan Gohman <gohman@apple.com>2010-03-02 01:11:08 +0000
commit6f34abd0926c1d15e723512e7f69ca664c380ee1 (patch)
treed64903405f45255604987467abdfd74aa93417e2 /llvm/docs/tutorial/OCamlLangImpl5.html
parent6232f73c7b615c87661bd2aad8d6cb2f880a05a3 (diff)
downloadbcm5719-llvm-6f34abd0926c1d15e723512e7f69ca664c380ee1.tar.gz
bcm5719-llvm-6f34abd0926c1d15e723512e7f69ca664c380ee1.zip
Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,
respectively. llvm-svn: 97531
Diffstat (limited to 'llvm/docs/tutorial/OCamlLangImpl5.html')
-rw-r--r--llvm/docs/tutorial/OCamlLangImpl5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/OCamlLangImpl5.html b/llvm/docs/tutorial/OCamlLangImpl5.html
index 01e125502cf..3a8b7d2525b 100644
--- a/llvm/docs/tutorial/OCamlLangImpl5.html
+++ b/llvm/docs/tutorial/OCamlLangImpl5.html
@@ -653,7 +653,7 @@ loop: ; preds = %loop, %entry
; body
%calltmp = call double @putchard( double 4.200000e+01 )
; increment
- %nextvar = add double %i, 1.000000e+00
+ %nextvar = fadd double %i, 1.000000e+00
; termination test
%cmptmp = fcmp ult double %i, %n
OpenPOWER on IntegriCloud