From ed5171e5e7d866b7b138f301419954581da34710 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 3 Feb 2002 07:52:04 +0000 Subject: [PATCH] Add a file level comment Remove #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1657 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9RegInfo.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/Target/SparcV9/SparcV9RegInfo.cpp b/lib/Target/SparcV9/SparcV9RegInfo.cpp index dcfc5fa378c..35bfe83fa71 100644 --- a/lib/Target/SparcV9/SparcV9RegInfo.cpp +++ b/lib/Target/SparcV9/SparcV9RegInfo.cpp @@ -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" @@ -5,19 +12,12 @@ #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 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 //---------------------------------------------------------------------------