Tidy up. s/Low Level Virtual Machine/LLVM/.

LLVM isn't an acronym anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach
2012-01-25 22:00:23 +00:00
parent 6c76e80753
commit c48d4dc8a9
7 changed files with 10 additions and 11 deletions

View File

@ -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;