From e0a34353ee4bf0d990c55f6a9f593666bffb69ab Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 5 Nov 2007 15:15:50 +0000 Subject: Trivial fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43707 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/JITTutorial1.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tutorial/JITTutorial1.html') diff --git a/docs/tutorial/JITTutorial1.html b/docs/tutorial/JITTutorial1.html index 9819c77e0b..14af4e9838 100644 --- a/docs/tutorial/JITTutorial1.html +++ b/docs/tutorial/JITTutorial1.html @@ -91,7 +91,7 @@ int main(int argc, char**argv) {

Finally, we instantiate an LLVM PassManager and run the PrintModulePass on our module. LLVM uses an explicit pass infrastructure to manage optimizations and various other things. A PassManager, 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.

-

Now onto the interesting part: creating a populating a module. Here’s the first chunk of our makeLLVMModule():

+

Now onto the interesting part: creating and populating a module. Here’s the first chunk of our makeLLVMModule():

@@ -191,4 +191,4 @@ Module* makeLLVMModule() {
 
 
 
-
\ No newline at end of file
+
-- 
cgit v1.2.3-70-g09d2