diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2018-06-01 15:21:14 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2018-06-01 15:21:14 +0000 |
| commit | 2896c773ebcc1707dfae3e98fe3f9ccd97f08ef7 (patch) | |
| tree | ad9b3a80bd5fd442cd0ef0b21c86d29df9ba030e | |
| parent | e4da09f920b39601e72ca17ea016aee63a248ae0 (diff) | |
| download | bcm5719-llvm-2896c773ebcc1707dfae3e98fe3f9ccd97f08ef7.tar.gz bcm5719-llvm-2896c773ebcc1707dfae3e98fe3f9ccd97f08ef7.zip | |
[LangRef] fix typo; NFC
llvm-svn: 333770
| -rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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: """""""" |

