summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2011-07-08 22:13:55 +0000
committerCameron Zwarich <zwarich@apple.com>2011-07-08 22:13:55 +0000
commitabc43e69eaace780d6d1893d904e6f1b8a6ca2de (patch)
treec997f33b447be670624be7e7f8c01a3b1fbaeee0 /docs
parent26fc025e62eda1aca0099aace66110bb10b77f79 (diff)
downloadllvm-abc43e69eaace780d6d1893d904e6f1b8a6ca2de.tar.gz
llvm-abc43e69eaace780d6d1893d904e6f1b8a6ca2de.tar.bz2
llvm-abc43e69eaace780d6d1893d904e6f1b8a6ca2de.tar.xz
Use add instead of accumulate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134752 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 3201731e5a..08d84df4a8 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -6591,7 +6591,7 @@ LLVM</a>.</p>
</pre>
<h5>Overview:</h5>
-<p>The '<tt>llvm.fma.*</tt>' intrinsics perform the fused multiply-accumulate
+<p>The '<tt>llvm.fma.*</tt>' intrinsics perform the fused multiply-add
operation.</p>
<h5>Arguments:</h5>