Use add instead of accumulate.

llvm-svn: 134752
This commit is contained in:
Cameron Zwarich 2011-07-08 22:13:55 +00:00
parent eff24111b9
commit a32fd210c1
1 changed files with 1 additions and 1 deletions

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>