diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-09 20:08:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-09 20:08:03 +0000 |
commit | 02e7a86fec281d636a7f1fee7ad92c4c58797509 (patch) | |
tree | 7b985f534441ba03d9b6fc2e4a99cb83c1bd19dc /llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | |
parent | 3c3457ccea90899c3956f7e53d78ca0d1847fa8b (diff) | |
download | bcm5719-llvm-02e7a86fec281d636a7f1fee7ad92c4c58797509.tar.gz bcm5719-llvm-02e7a86fec281d636a7f1fee7ad92c4c58797509.zip |
* Removed extraneous #includes
* Fixed file headers to be consistent with the rest of LLVM
* Other minor fixes
llvm-svn: 3277
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index 66f6fed2bdc..415c7989989 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp @@ -1,13 +1,8 @@ -//*************************************************************************** -// File: -// PhyRegAlloc.cpp +//===-- PhyRegAlloc.cpp ---------------------------------------------------===// // -// Purpose: -// Register allocation for LLVM. -// -// History: -// 9/10/01 - Ruchira Sasanka - created. -//**************************************************************************/ +// Register allocation for LLVM. +// +//===----------------------------------------------------------------------===// #include "llvm/CodeGen/RegisterAllocation.h" #include "llvm/CodeGen/PhyRegAlloc.h" |