diff --git a/examples/HowToUseJIT/HowToUseJIT.cpp b/examples/HowToUseJIT/HowToUseJIT.cpp index 821f7beec83..16f4657c62b 100644 --- a/examples/HowToUseJIT/HowToUseJIT.cpp +++ b/examples/HowToUseJIT/HowToUseJIT.cpp @@ -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. // //===------------------------------------------------------------------------=== diff --git a/projects/HowToUseJIT/HowToUseJIT.cpp b/projects/HowToUseJIT/HowToUseJIT.cpp index 821f7beec83..16f4657c62b 100644 --- a/projects/HowToUseJIT/HowToUseJIT.cpp +++ b/projects/HowToUseJIT/HowToUseJIT.cpp @@ -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. // //===------------------------------------------------------------------------=== diff --git a/projects/SmallExamples/HowToUseJIT/HowToUseJIT.cpp b/projects/SmallExamples/HowToUseJIT/HowToUseJIT.cpp index 821f7beec83..16f4657c62b 100644 --- a/projects/SmallExamples/HowToUseJIT/HowToUseJIT.cpp +++ b/projects/SmallExamples/HowToUseJIT/HowToUseJIT.cpp @@ -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. // //===------------------------------------------------------------------------===