1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix a copy & paste error .. correct the description of the program.

llvm-svn: 15623
This commit is contained in:
Reid Spencer 2004-08-10 19:18:51 +00:00
parent 6792759bcb
commit 7098724fce

View 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.
//
//===------------------------------------------------------------------------===