[PATCH] D76566: MergeFunctions.rst - multiply vs shift typo (PR44717)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 23 03:15:58 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6a6a83c6e9bf: MergeFunctions.rst - multiply vs shift typo (PR44717) (authored by RKSimon).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76566/new/

https://reviews.llvm.org/D76566

Files:
  llvm/docs/MergeFunctions.rst


Index: llvm/docs/MergeFunctions.rst
===================================================================
--- llvm/docs/MergeFunctions.rst
+++ llvm/docs/MergeFunctions.rst
@@ -99,8 +99,8 @@
 This is just an example; more possible details are described a bit below.
 
 As another example, the reader may imagine two more functions. The first
-function performs a multiplication on 2, while the second one performs an
-arithmetic right shift on 1.
+function performs a multiplication by 2, while the second one performs an
+logical left shift by 1.
 
 Possible solutions
 ^^^^^^^^^^^^^^^^^^


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76566.251976.patch
Type: text/x-patch
Size: 587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200323/6e373d8c/attachment.bin>


More information about the llvm-commits mailing list