diff options
Diffstat (limited to 'lib/Target/SparcV9')
-rw-r--r-- | lib/Target/SparcV9/InstrSelection/InstrForest.cpp | 4 | ||||
-rw-r--r-- | lib/Target/SparcV9/InstrSelection/InstrSelection.cpp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp index 8ea2931..557d6ef 100644 --- a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp +++ b/lib/Target/SparcV9/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/Target/SparcV9/InstrSelection/InstrSelection.cpp b/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp index 0d7dc7e..9c955eb 100644 --- a/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp +++ b/lib/Target/SparcV9/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 ***************************/ |