Say "operations" instead of "instructions", as nsw can be applied to

constant expressions as well as instructions.

llvm-svn: 102908
This commit is contained in:
Dan Gohman 2010-05-03 14:51:43 +00:00
parent 2ad68de4aa
commit ac355aaf9e
1 changed files with 1 additions and 1 deletions

View File

@ -2337,7 +2337,7 @@ has undefined behavior.</p>
behavior.</p>
<p>There is currently no way of representing a trap value in the IR; they
only exist when produced by instructions such as
only exist when produced by operations such as
<a href="#i_add"><tt>add</tt></a> with the <tt>nsw</tt> flag.</p>
<p>Trap value behavior is defined in terms of value <i>dependence</i>:</p>