summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/JITTutorial1.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-11-05 15:15:50 +0000
committerDuncan Sands <baldrick@free.fr>2007-11-05 15:15:50 +0000
commitf8bc406d5d54b923b025492dfbe3275eea1b359e (patch)
tree52a515216f6e20e23b5d06377b3b263313d5de58 /llvm/docs/tutorial/JITTutorial1.html
parentbd72289baa91782db0ec8508d212b69d58b288aa (diff)
downloadbcm5719-llvm-f8bc406d5d54b923b025492dfbe3275eea1b359e.tar.gz
bcm5719-llvm-f8bc406d5d54b923b025492dfbe3275eea1b359e.zip
Trivial fixes.
llvm-svn: 43707
Diffstat (limited to 'llvm/docs/tutorial/JITTutorial1.html')
-rw-r--r--llvm/docs/tutorial/JITTutorial1.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/JITTutorial1.html b/llvm/docs/tutorial/JITTutorial1.html
index 9819c77e0b7..14af4e98383 100644
--- a/llvm/docs/tutorial/JITTutorial1.html
+++ b/llvm/docs/tutorial/JITTutorial1.html
@@ -91,7 +91,7 @@ int main(int argc, char**argv) {
<p>Finally, we instantiate an LLVM <code>PassManager</code> and run the <code>PrintModulePass</code> on our module. LLVM uses an explicit pass infrastructure to manage optimizations and various other things. A <code>PassManager</code>, as should be obvious from its name, manages passes: it is responsible for scheduling them, invoking them, and insuring the proper disposal after we’re done with them. For this example, we’re just using a trivial pass that prints out our module in textual form.</p>
-<p>Now onto the interesting part: creating a populating a module. Here’s the first chunk of our <code>makeLLVMModule()</code>:</p>
+<p>Now onto the interesting part: creating and populating a module. Here’s the first chunk of our <code>makeLLVMModule()</code>:</p>
<div class="doc_code">
<pre>
@@ -191,4 +191,4 @@ Module* makeLLVMModule() {
</address>
</body>
-</html> \ No newline at end of file
+</html>
OpenPOWER on IntegriCloud