diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-13 02:38:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-13 02:38:16 +0000 |
commit | 48e60794783d8fa6a5dd52a74ebfc1f133c3480c (patch) | |
tree | 815ee8524de6fc2f1b56a612d844aa69097eb149 /lib/Target/SparcV9/SparcV9TargetMachine.cpp | |
parent | 7f2438f1700789278ebd28362c41646165b5ce00 (diff) | |
download | external_llvm-48e60794783d8fa6a5dd52a74ebfc1f133c3480c.zip external_llvm-48e60794783d8fa6a5dd52a74ebfc1f133c3480c.tar.gz external_llvm-48e60794783d8fa6a5dd52a74ebfc1f133c3480c.tar.bz2 |
Adjust files for move of mapping info stuff into the Sparc directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7802 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/SparcV9TargetMachine.cpp')
-rw-r--r-- | lib/Target/SparcV9/SparcV9TargetMachine.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index 71e3239..ecab5ca 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp @@ -6,22 +6,21 @@ //===----------------------------------------------------------------------===// #include "SparcInternals.h" -#include "llvm/Target/TargetMachineImpls.h" +#include "MappingInfo.h" #include "llvm/Function.h" #include "llvm/PassManager.h" +#include "llvm/Assembly/PrintModulePass.h" #include "llvm/Transforms/Scalar.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineFunctionInfo.h" #include "llvm/CodeGen/PreSelection.h" -#include "llvm/CodeGen/StackSlots.h" #include "llvm/CodeGen/PeepholeOpts.h" #include "llvm/CodeGen/InstrSelection.h" #include "llvm/CodeGen/InstrScheduling.h" #include "llvm/CodeGen/RegisterAllocation.h" #include "llvm/CodeGen/MachineCodeForInstruction.h" -#include "llvm/Reoptimizer/Mapping/MappingInfo.h" +#include "llvm/Target/TargetMachineImpls.h" #include "Support/CommandLine.h" -#include "llvm/Assembly/PrintModulePass.h" static const unsigned ImplicitRegUseList[] = { 0 }; /* not used yet */ // Build the MachineInstruction Description Array... |