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 | 179cdfb5c844005ed94409e9405473029f2296a6 (patch) | |
tree | a10f8d5fa5f0467d140c23aeab84a7c86fa9b02c /lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | |
parent | b91b31c12df168816702a5e58ecdc56031b27ef6 (diff) |
* Removed extraneous #includes
* Fixed file headers to be consistent with the rest of LLVM
* Other minor fixes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3277 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAlloc/PhyRegAlloc.cpp')
-rw-r--r-- | lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index 66f6fed2bd..415c798998 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/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" |