[llvm-commits] [llvm] r169053 - /llvm/trunk/docs/LangRef.html

Michael Ilseman milseman at apple.com
Fri Nov 30 15:14:52 PST 2012


Author: milseman
Date: Fri Nov 30 17:14:52 2012
New Revision: 169053

URL: http://llvm.org/viewvc/llvm-project?rev=169053&view=rev
Log:
Removed redundancy in wording

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=169053&r1=169052&r2=169053&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri Nov 30 17:14:52 2012
@@ -1762,7 +1762,7 @@
 <p> LLVM IR floating-point binary ops (<a href="#i_fadd"><code>fadd</code></a>,
 <a href="#i_fsub"><code>fsub</code></a>, <a
  href="#i_fmul"><code>fmul</code></a>, <a href="#i_fdiv"><code>fdiv</code></a>,
-<a href="#i_frem"><code>frem</code></a>) instructions have the following flags
+<a href="#i_frem"><code>frem</code></a>) have the following flags
 that can set to enable otherwise unsafe floating point operations</p>
 
 <dt><code>nnan</dt></code>





More information about the llvm-commits mailing list