diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-01-25 22:00:23 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-01-25 22:00:23 +0000 |
commit | 65e24655504dfbf10961ef9379d977e6afdbccaf (patch) | |
tree | d92e5ead5ad4b252ff08d54067789a7fbe0d793c /llvm/lib/Support/CommandLine.cpp | |
parent | 19feb5f24196d1abdd5839360e80dde7307a50c7 (diff) | |
download | llvm-65e24655504dfbf10961ef9379d977e6afdbccaf.zip llvm-65e24655504dfbf10961ef9379d977e6afdbccaf.tar.gz llvm-65e24655504dfbf10961ef9379d977e6afdbccaf.tar.bz2 |
Tidy up. s/Low Level Virtual Machine/LLVM/.
LLVM isn't an acronym anymore.
llvm-svn: 148985
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
-rw-r--r-- | llvm/lib/Support/CommandLine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index 5ee0569..48827ae 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -1345,7 +1345,7 @@ class VersionPrinter { public: void print() { raw_ostream &OS = outs(); - OS << "Low Level Virtual Machine (http://llvm.org/):\n" + OS << "LLVM (http://llvm.org/):\n" << " " << PACKAGE_NAME << " version " << PACKAGE_VERSION; #ifdef LLVM_VERSION_INFO OS << LLVM_VERSION_INFO; |