mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 12:51:20 +00:00
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
15cb983f55
commit
55e93b2802
@ -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…
x
Reference in New Issue
Block a user