From 66298c104e9562c414f106d2fb0415218ec5c5d6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 9 Feb 2011 16:44:44 +0000 Subject: fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125192 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/LangRef.html') diff --git a/docs/LangRef.html b/docs/LangRef.html index dbe385387a..fa6a078465 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 -- cgit v1.2.3