diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-03-11 00:15:44 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-03-11 00:15:44 +0000 |
commit | dfcd3dcf81f2df131a6a426711eedaab94e64ce8 (patch) | |
tree | 88feeb4ac9253ce73ce3d8bf287111bd474cd33c /llvm/docs/MergeFunctions.rst | |
parent | ed1cb88c8af73d9b7810d30004d508c76610d9b9 (diff) | |
download | bcm5719-llvm-dfcd3dcf81f2df131a6a426711eedaab94e64ce8.tar.gz bcm5719-llvm-dfcd3dcf81f2df131a6a426711eedaab94e64ce8.zip |
Inspired by r231891, use gender neutral pronouns in the places I've
found in LLVM.
llvm-svn: 231893
Diffstat (limited to 'llvm/docs/MergeFunctions.rst')
-rw-r--r-- | llvm/docs/MergeFunctions.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/MergeFunctions.rst b/llvm/docs/MergeFunctions.rst index 6b8012e4b0c..b2f6030edc1 100644 --- a/llvm/docs/MergeFunctions.rst +++ b/llvm/docs/MergeFunctions.rst @@ -58,8 +58,8 @@ Especially it's important to understand chapter 3 of tutorial: :doc:`tutorial/LangImpl3` -Reader also should know how passes work in LLVM, he could use next article as a -reference and start point here: +Reader also should know how passes work in LLVM, they could use next article as +a reference and start point here: :doc:`WritingAnLLVMPass` @@ -88,7 +88,7 @@ part describes the merging process. In every part author also tried to put the contents into the top-down form. First, the top-level methods will be described, while the terminal ones will be at the end, in the tail of each part. If reader will see the reference to the -method that wasn't described yet, he will find its description a bit below. +method that wasn't described yet, they will find its description a bit below. Basics ====== |