Use add instead of accumulate.
authorCameron Zwarich <zwarich@apple.com>
Fri, 8 Jul 2011 22:13:55 +0000 (22:13 +0000)
committerCameron Zwarich <zwarich@apple.com>
Fri, 8 Jul 2011 22:13:55 +0000 (22:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134752 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 3201731e5ae0247a10286be1c9584f54df88a5a6..08d84df4a8fb112cdcefefcb305c8b408d8fb97f 100644 (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>