[llvm] r333770 - [LangRef] fix typo; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 08:21:14 PDT 2018


Author: spatel
Date: Fri Jun  1 08:21:14 2018
New Revision: 333770

URL: http://llvm.org/viewvc/llvm-project?rev=333770&view=rev
Log:
[LangRef] fix typo; NFC

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=333770&r1=333769&r2=333770&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Jun  1 08:21:14 2018
@@ -7293,7 +7293,7 @@ by the corresponding shift amount in ``o
 If the ``nuw`` keyword is present, then the shift produces a poison
 value if it shifts out any non-zero bits.
 If the ``nsw`` keyword is present, then the shift produces a poison
-value it shifts out any bits that disagree with the resultant sign bit.
+value if it shifts out any bits that disagree with the resultant sign bit.
 
 Example:
 """"""""




More information about the llvm-commits mailing list