Iterate over phys regs instead
[oota-llvm.git] / docs / doxygen.intro
index f65bfaa2ece2d3a98e4e2ebe7bc8bed6406ece9b..699dadc27e858a4401ec1008a857fd03a0fbf385 100644 (file)
@@ -1,14 +1,7 @@
-////////////////////////////////////////////////////////////////////////////////
-/// @file doxygen.intro
-/// @author Reid Spencer <rspencer@x10sys.com> 
-/// @date 2003/12/30
-/// @brief LLVM API documentation introduction.
-////////////////////////////////////////////////////////////////////////////////
-///
-/// @mainpage LLVM: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
@@ -18,8 +11,8 @@
 /// @section main_caveat Caveat 
 /// This documentation is generated directly from the source code with doxygen. 
 /// Since LLVM is constantly under active development, what you're about to
-/// read is out of date! However, it may still be useful since certain portions of 
-/// LLVM are very stable. 
+/// read is out of date! However, it may still be useful since certain portions
+/// of LLVM are very stable. 
 ///
 /// @section main_changelog Change Log
 /// - Original content written 12/30/2003 by Reid Spencer