llvm-svn: 125192
This commit is contained in:
Chris Lattner 2011-02-09 16:44:44 +00:00
parent abcf9d58f2
commit f10dfdc77a
1 changed files with 1 additions and 1 deletions

View File

@ -3709,7 +3709,7 @@ Instruction</a> </div>
<p>If the <tt>nuw</tt> keyword is present, then the shift produces a <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 <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 <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 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 they would if the shift were expressed as a mul instruction with the same