From cf099d11218cb6f6c5cce947d6738e347f07fb12 Mon Sep 17 00:00:00 2001
From: Dimitry Andric
Date: Sun, 20 Feb 2011 12:57:14 +0000
Subject: Vendor import of llvm trunk r126079:
http://llvm.org/svn/llvm-project/llvm/trunk@126079
---
docs/tutorial/LangImpl3.html | 6 +-
docs/tutorial/LangImpl4.html | 7 +-
docs/tutorial/LangImpl5.html | 5 +-
docs/tutorial/LangImpl6.html | 5 +-
docs/tutorial/LangImpl7.html | 5 +-
docs/tutorial/OCamlLangImpl7.html | 4 +-
docs/tutorial/OCamlLangImpl8.html | 365 ++++++++++++++++++++++++++++++++++++++
docs/tutorial/index.html | 2 +-
8 files changed, 389 insertions(+), 10 deletions(-)
create mode 100644 docs/tutorial/OCamlLangImpl8.html
(limited to 'docs/tutorial')
diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html
index 6cd33b010adc..a320ff7e9064 100644
--- a/docs/tutorial/LangImpl3.html
+++ b/docs/tutorial/LangImpl3.html
@@ -353,8 +353,8 @@ above.
The Module symbol table works just like the Function symbol table when it
-comes to name conflicts: if a new function is created with a name was previously
-added to the symbol table, it will get implicitly renamed when added to the
+comes to name conflicts: if a new function is created with a name that was previously
+added to the symbol table, the new function will get implicitly renamed when added to the
Module. The code above exploits this fact to determine if there was a previous
definition of this function.
@@ -1263,7 +1263,7 @@ int main() {
Chris Lattner
The LLVM Compiler Infrastructure
- Last modified: $Date: 2010-09-01 22:09:20 +0200 (Wed, 01 Sep 2010) $
+ Last modified: $Date: 2011-02-15 01:24:32 +0100 (Tue, 15 Feb 2011) $