Add a file level comment

Remove #includes

llvm-svn: 1657
This commit is contained in:
Chris Lattner 2002-02-03 07:52:04 +00:00
parent 92a49c5cae
commit 029af0b37f
1 changed files with 8 additions and 8 deletions

View 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"
@ -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 <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
//---------------------------------------------------------------------------