aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-14 03:37:52 +0000
committerChris Lattner <sabre@nondot.org>2001-09-14 03:37:52 +0000
commit0e6530ee1b2641060736e161425e759c051a3544 (patch)
treec04da27928e4b921445e9c9bc7d8ab8d4f57941b /lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp
parent0811f7686062cdcd0c40b1f05d9121d83cfd54c5 (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/SparcInstrSelection.cpp')
-rw-r--r--lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp b/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp
index ddee541ce6..c73264c221 100644
--- a/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp
+++ b/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp
@@ -1,4 +1,3 @@
-// $Id$
//***************************************************************************
// File:
// SparcInstrSelection.cpp
@@ -9,7 +8,7 @@
// 7/02/01 - Vikram Adve - Created
//**************************************************************************/
-#include "llvm/CodeGen/Sparc.h"
+#include "SparcInternals.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/InstrForest.h"
#include "llvm/CodeGen/InstrSelection.h"