forked from OSchip/llvm-project
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:
parent
2ad68de4aa
commit
ac355aaf9e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue