From: Chris Lattner Date: Wed, 9 Feb 2011 16:44:44 +0000 (+0000) Subject: fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66298c104e9562c414f106d2fb0415218ec5c5d6;p=llvm fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125192 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index dbe385387af..fa6a0784653 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3709,7 +3709,7 @@ Instruction

If the nuw keyword is present, then the shift produces a trap value if it shifts out any non-zero bits. If - the nsw keywrod is present, then the shift produces a + the nsw keyword is present, then the shift produces a trap value 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