mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Say "operations" instead of "instructions", as nsw can be applied to
constant expressions as well as instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
30fc5bbfd1
commit
855abed3cb
@ -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
Block a user