From 65e24655504dfbf10961ef9379d977e6afdbccaf Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Wed, 25 Jan 2012 22:00:23 +0000 Subject: Tidy up. s/Low Level Virtual Machine/LLVM/. LLVM isn't an acronym anymore. llvm-svn: 148985 --- llvm/lib/Support/CommandLine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/CommandLine.cpp') 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; -- cgit v1.1