diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-14 03:37:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-14 03:37:52 +0000 |
commit | 0e6530ee1b2641060736e161425e759c051a3544 (patch) | |
tree | c04da27928e4b921445e9c9bc7d8ab8d4f57941b /lib/CodeGen/TargetMachine/Sparc/SparcRegInfo.cpp | |
parent | 0811f7686062cdcd0c40b1f05d9121d83cfd54c5 (diff) |
This checkin represents some cleanup of the backend, implementing the following things:
1. The TargetMachine structure is free to decide the process a particular target uses to generate code.
2. All of the gooee details of the sparc backend are now localized in the lib/CodeGen/TargetMAchine/Sparc directory. The Sparc.h file that is globally visible is just a stub.
3. The Sparc.h file that esxists now will dissapear entirely someday when we have multiple backends chosen by a factory of some sort.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetMachine/Sparc/SparcRegInfo.cpp')
-rw-r--r-- | lib/CodeGen/TargetMachine/Sparc/SparcRegInfo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/TargetMachine/Sparc/SparcRegInfo.cpp b/lib/CodeGen/TargetMachine/Sparc/SparcRegInfo.cpp index 2cda2d7f39..c3a52209fe 100644 --- a/lib/CodeGen/TargetMachine/Sparc/SparcRegInfo.cpp +++ b/lib/CodeGen/TargetMachine/Sparc/SparcRegInfo.cpp @@ -1,7 +1,6 @@ +#include "SparcInternals.h" #include "llvm/CodeGen/IGNode.h" -#include "llvm/CodeGen/SparcRegInfo.h" -#include "llvm/CodeGen/Sparc.h" //----------------------------------------------------------------------------- // Int Register Class |