diff options
Diffstat (limited to 'llvm/lib/CodeGen/InstrSelection')
-rw-r--r-- | llvm/lib/CodeGen/InstrSelection/InstrForest.cpp | 4 | ||||
-rw-r--r-- | llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp b/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp index 8ea293129c2..557d6efe432 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/llvm/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/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp b/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp index 0d7dc7e898e..9c955eba2d7 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp +++ b/llvm/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 ***************************/ |