Use add instead of accumulate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Cameron Zwarich 2011-07-08 22:13:55 +00:00
parent 26fc025e62
commit abc43e69ea

View File

@ -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>