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/InstrSelection | |
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/InstrSelection')
-rw-r--r-- | lib/CodeGen/InstrSelection/InstrForest.cpp | 4 | ||||
-rw-r--r-- | lib/CodeGen/InstrSelection/InstrSelection.cpp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/CodeGen/InstrSelection/InstrForest.cpp b/lib/CodeGen/InstrSelection/InstrForest.cpp index 8ea293129c..557d6efe43 100644 --- a/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/lib/CodeGen/InstrSelection/InstrForest.cpp @@ -44,8 +44,8 @@ #include "llvm/Bytecode/Writer.h" #include "llvm/Tools/CommandLine.h" #include "llvm/LLC/CompileContext.h" -#include "llvm/Codegen/MachineInstr.h" -#include "llvm/Codegen/InstrForest.h" +#include "llvm/CodeGen/MachineInstr.h" +#include "llvm/CodeGen/InstrForest.h" //************************ Class Implementations **************************/ diff --git a/lib/CodeGen/InstrSelection/InstrSelection.cpp b/lib/CodeGen/InstrSelection/InstrSelection.cpp index 0d7dc7e898..9c955eba2d 100644 --- a/lib/CodeGen/InstrSelection/InstrSelection.cpp +++ b/lib/CodeGen/InstrSelection/InstrSelection.cpp @@ -26,9 +26,9 @@ #include "llvm/iMemory.h" #include "llvm/Instruction.h" #include "llvm/LLC/CompileContext.h" -#include "llvm/Codegen/InstrForest.h" -#include "llvm/Codegen/MachineInstr.h" -#include "llvm/Codegen/InstrSelection.h" +#include "llvm/CodeGen/InstrForest.h" +#include "llvm/CodeGen/MachineInstr.h" +#include "llvm/CodeGen/InstrSelection.h" //************************* Forward Declarations ***************************/ |