diff options
author | Chris Lattner <sabre@nondot.org> | 2002-02-03 07:52:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-02-03 07:52:04 +0000 |
commit | ed5171e5e7d866b7b138f301419954581da34710 (patch) | |
tree | 7eade9e03d872b104de7d3f9824359e06c43ce8a /lib/Target/SparcV9/SparcV9RegInfo.cpp | |
parent | 6edfcc578dad7c4dbce6180b8f3eb213392811f3 (diff) | |
download | external_llvm-ed5171e5e7d866b7b138f301419954581da34710.zip external_llvm-ed5171e5e7d866b7b138f301419954581da34710.tar.gz external_llvm-ed5171e5e7d866b7b138f301419954581da34710.tar.bz2 |
Add a file level comment
Remove #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/SparcV9RegInfo.cpp')
-rw-r--r-- | lib/Target/SparcV9/SparcV9RegInfo.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/Target/SparcV9/SparcV9RegInfo.cpp b/lib/Target/SparcV9/SparcV9RegInfo.cpp index dcfc5fa..35bfe83 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,20 +12,13 @@ #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 //--------------------------------------------------------------------------- const Value * |