Skip to content

Commit

Permalink
Removed redundancy in wording
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169053 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
milseman committed Nov 30, 2012
1 parent 01b3710 commit 5ba39ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LangRef.html
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ <h3>
<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>
Expand Down

0 comments on commit 5ba39ae

Please sign in to comment.