mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125192 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
413c3bd9fd
commit
66298c104e
@ -3709,7 +3709,7 @@ Instruction</a> </div>
|
||||
|
||||
<p>If the <tt>nuw</tt> keyword is present, then the shift produces a
|
||||
<a href="#trapvalues">trap value</a> if it shifts out any non-zero bits. If
|
||||
the <tt>nsw</tt> keywrod is present, then the shift produces a
|
||||
the <tt>nsw</tt> keyword is present, then the shift produces a
|
||||
<a href="#trapvalues">trap value</a> if it shifts out any bits that disagree
|
||||
with the resultant sign bit. As such, NUW/NSW have the same semantics as
|
||||
they would if the shift were expressed as a mul instruction with the same
|
||||
|
Loading…
x
Reference in New Issue
Block a user