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 | 029af0b37f79b3d11035a5f6c96eefc9530f1d2a (patch) | |
tree | b6ae867d2010fdda03a0f89ffa783decacd27be5 /llvm/lib/Target/Sparc | |
parent | 92a49c5cae57f6efd085bfb0c9ec1ccf2dfa1f5f (diff) | |
download | bcm5719-llvm-029af0b37f79b3d11035a5f6c96eefc9530f1d2a.tar.gz bcm5719-llvm-029af0b37f79b3d11035a5f6c96eefc9530f1d2a.zip |
Add a file level comment
Remove #includes
llvm-svn: 1657
Diffstat (limited to 'llvm/lib/Target/Sparc')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcRegInfo.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/lib/Target/Sparc/SparcRegInfo.cpp b/llvm/lib/Target/Sparc/SparcRegInfo.cpp index dcfc5fa378c..35bfe83fa71 100644 --- a/llvm/lib/Target/Sparc/SparcRegInfo.cpp +++ b/llvm/lib/Target/Sparc/SparcRegInfo.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 * |