summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-04 19:42:13 +0000
committerChris Lattner <sabre@nondot.org>2007-11-04 19:42:13 +0000
commit0e6b674993c9fd6abcf01ff3186a3c1028e9f245 (patch)
tree4534047cd6225f7244062388ac75df25e043060b /llvm/docs/tutorial
parent9329e780cdd1c2cf2246683dacf13606ae7ea3ef (diff)
downloadbcm5719-llvm-0e6b674993c9fd6abcf01ff3186a3c1028e9f245.tar.gz
bcm5719-llvm-0e6b674993c9fd6abcf01ff3186a3c1028e9f245.zip
fix typos
llvm-svn: 43682
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r--llvm/docs/tutorial/LangImpl7.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/LangImpl7.html b/llvm/docs/tutorial/LangImpl7.html
index ca0d2f06e03..ccd15dca723 100644
--- a/llvm/docs/tutorial/LangImpl7.html
+++ b/llvm/docs/tutorial/LangImpl7.html
@@ -130,7 +130,7 @@ logic.</p>
in SSA form, it does not require (or permit) memory objects to be in SSA form.
In the example above, note that the loads from G and H are direct accesses to
G and H: they are not renamed or versioned. This differs from some other
-compiler systems, which does try to version memory objects. In LLVM, instead of
+compiler systems, which do try to version memory objects. In LLVM, instead of
encoding dataflow analysis of memory into the LLVM IR, it is handled with <a
href="../WritingAnLLVMPass.html">Analysis Passes</a> which are computed on
demand.</p>
@@ -267,7 +267,7 @@ more powerful and can promote structs, "unions", and arrays in many cases.</li>
<p>
All of these properties are easy to satisfy for most imperative languages, and
-we'll illustrated this below with Kaleidoscope. The final question you may be
+we'll illustrate this below with Kaleidoscope. The final question you may be
asking is: should I bother with this nonsense for my front-end? Wouldn't it be
better if I just did SSA construction directly, avoiding use of the mem2reg
optimization pass? In short, we strongly recommend that use you this technique
OpenPOWER on IntegriCloud