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/docs/doxygen.intro | |
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/docs/doxygen.intro')
-rw-r--r-- | llvm/docs/doxygen.intro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/doxygen.intro b/llvm/docs/doxygen.intro index 547730c..699dadc 100644 --- a/llvm/docs/doxygen.intro +++ b/llvm/docs/doxygen.intro @@ -1,7 +1,7 @@ -/// @mainpage Low Level Virtual Machine +/// @mainpage LLVM /// /// @section main_intro Introduction -/// Welcome to the Low Level Virtual Machine (LLVM). +/// Welcome to LLVM. /// /// This documentation describes the @b internal software that makes /// up LLVM, not the @b external use of LLVM. There are no instructions |