summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-09 20:08:03 +0000
committerChris Lattner <sabre@nondot.org>2002-08-09 20:08:03 +0000
commit02e7a86fec281d636a7f1fee7ad92c4c58797509 (patch)
tree7b985f534441ba03d9b6fc2e4a99cb83c1bd19dc /llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
parent3c3457ccea90899c3956f7e53d78ca0d1847fa8b (diff)
downloadbcm5719-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.cpp13
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"
OpenPOWER on IntegriCloud