Add a file level comment
authorChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2002 07:52:04 +0000 (07:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2002 07:52:04 +0000 (07:52 +0000)
Remove #includes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1657 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9RegInfo.cpp

index dcfc5fa378c2349930c9ed199d2275d7c0bb87be..35bfe83fa7185a233082c9d1c18ecee1b54aec28 100644 (file)
@@ -1,3 +1,10 @@
+//===-- SparcRegInfo.cpp - Sparc Target Register Information --------------===//
+//
+// This file contains implementation of Sparc specific helper methods
+// used for register allocation.
+//
+//===----------------------------------------------------------------------===//
+
 #include "llvm/Target/Sparc.h"
 #include "SparcInternals.h"
 #include "llvm/Method.h"
 #include "llvm/iOther.h"
 #include "llvm/CodeGen/InstrScheduling.h"
 #include "llvm/CodeGen/InstrSelection.h"
-#include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h"
+#include "llvm/CodeGen/MachineCodeForMethod.h"
 #include "llvm/CodeGen/PhyRegAlloc.h"
 #include "llvm/DerivedTypes.h"
 #include <iostream>
 using std::cerr;
 
-//---------------------------------------------------------------------------
-// Purpose: 
-// This file contains implementation of Sparc specific helper methods
-// used for register allocation.
-//---------------------------------------------------------------------------
-
-
 //---------------------------------------------------------------------------
 // Finds the return value of a sparc specific call instruction
 //---------------------------------------------------------------------------