diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-21 20:58:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-21 20:58:30 +0000 |
commit | 7e583cfafeb07713e5ceadcfe28b70111a528d97 (patch) | |
tree | c490b4419ced08f09afcb6069aa6a412ff1c3a70 /lib/CodeGen/TargetMachine/Sparc | |
parent | f9be9a9bf17e2b44e826fe6aa31e2fc691326bc4 (diff) |
Renamed include/llvm/Codegen to include/llvm/CodeGen
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetMachine/Sparc')
-rw-r--r-- | lib/CodeGen/TargetMachine/Sparc/Sparc.cpp | 2 | ||||
-rw-r--r-- | lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp b/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp index 08e12ff99a..c687da73d8 100644 --- a/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp +++ b/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp @@ -15,7 +15,7 @@ //*************************** User Include Files ***************************/ #include "llvm/DerivedTypes.h" -#include "llvm/Codegen/Sparc.h" +#include "llvm/CodeGen/Sparc.h" //************************ Exported Constants ******************************/ diff --git a/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp b/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp index 13384b8edb..dcc00b53a9 100644 --- a/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp +++ b/lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp @@ -29,10 +29,10 @@ #include "llvm/Method.h" #include "llvm/ConstPoolVals.h" #include "llvm/LLC/CompileContext.h" -#include "llvm/Codegen/Sparc.h" -#include "llvm/Codegen/MachineInstr.h" -#include "llvm/Codegen/InstrForest.h" -#include "llvm/Codegen/InstrSelection.h" +#include "llvm/CodeGen/Sparc.h" +#include "llvm/CodeGen/MachineInstr.h" +#include "llvm/CodeGen/InstrForest.h" +#include "llvm/CodeGen/InstrSelection.h" //******************** Internal Data Declarations ************************/ |