From 2896c773ebcc1707dfae3e98fe3f9ccd97f08ef7 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 1 Jun 2018 15:21:14 +0000 Subject: [LangRef] fix typo; NFC llvm-svn: 333770 --- llvm/docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs') diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 0f9062c3388..0c08de6107c 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -7293,7 +7293,7 @@ by the corresponding shift amount in ``op2``. 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: """""""" -- cgit v1.2.3