OSDN Git Service

Fix a copy & paste error .. correct the description of the program.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 10 Aug 2004 19:18:51 +0000 (19:18 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 10 Aug 2004 19:18:51 +0000 (19:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15623 91177308-0d34-0410-b5e6-96231b3b80d8

examples/HowToUseJIT/HowToUseJIT.cpp
projects/HowToUseJIT/HowToUseJIT.cpp
projects/SmallExamples/HowToUseJIT/HowToUseJIT.cpp

index 821f7be..16f4657 100644 (file)
@@ -7,10 +7,8 @@
 // 
 //===----------------------------------------------------------------------===//
 //
-//  This tool provides a single point of access to the LLVM compilation tools.
-//  It has many options. To discover the options supported please refer to the
-//  tools' manual page (docs/CommandGuide/html/llvmc.html) or run the tool with
-//  the --help option.
+//  This small program provides an example of how to quickly build a small
+//  module with two functions and execute it with the JIT. 
 // 
 //===------------------------------------------------------------------------===
 
index 821f7be..16f4657 100644 (file)
@@ -7,10 +7,8 @@
 // 
 //===----------------------------------------------------------------------===//
 //
-//  This tool provides a single point of access to the LLVM compilation tools.
-//  It has many options. To discover the options supported please refer to the
-//  tools' manual page (docs/CommandGuide/html/llvmc.html) or run the tool with
-//  the --help option.
+//  This small program provides an example of how to quickly build a small
+//  module with two functions and execute it with the JIT. 
 // 
 //===------------------------------------------------------------------------===
 
index 821f7be..16f4657 100644 (file)
@@ -7,10 +7,8 @@
 // 
 //===----------------------------------------------------------------------===//
 //
-//  This tool provides a single point of access to the LLVM compilation tools.
-//  It has many options. To discover the options supported please refer to the
-//  tools' manual page (docs/CommandGuide/html/llvmc.html) or run the tool with
-//  the --help option.
+//  This small program provides an example of how to quickly build a small
+//  module with two functions and execute it with the JIT. 
 // 
 //===------------------------------------------------------------------------===