X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FMergeFunctions.rst;h=b2f6030edc1cc8fa141403ce5f682b0cd32385c3;hb=d044549557efc225189f2eabba83d2d02ff58ea7;hp=6b8012e4b0cc337aeb1f37c1d2ea8517e7162690;hpb=49126402532be5fd1c21fe6cc189e1fece4cb6c5;p=oota-llvm.git diff --git a/docs/MergeFunctions.rst b/docs/MergeFunctions.rst index 6b8012e4b0c..b2f6030edc1 100644 --- a/docs/MergeFunctions.rst +++ b/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 ======