summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/InstrSelection/InstrForest.cpp4
-rw-r--r--lib/CodeGen/InstrSelection/InstrSelection.cpp6
-rw-r--r--lib/CodeGen/MachineInstr.cpp4
-rw-r--r--lib/CodeGen/TargetMachine/Sparc/Sparc.cpp2
-rw-r--r--lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp8
-rw-r--r--lib/CodeGen/TargetMachine/TargetMachine.cpp2
6 files changed, 13 insertions, 13 deletions
diff --git a/lib/CodeGen/InstrSelection/InstrForest.cpp b/lib/CodeGen/InstrSelection/InstrForest.cpp
index 8ea2931..557d6ef 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 0d7dc7e..9c955eb 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 ***************************/
diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp
index 1b6f25a..e8897bf 100644
--- a/lib/CodeGen/MachineInstr.cpp
+++ b/lib/CodeGen/MachineInstr.cpp
@@ -26,8 +26,8 @@
#include "llvm/ConstPoolVals.h"
#include "llvm/Value.h"
#include "llvm/Instruction.h"
-#include "llvm/Codegen/InstrForest.h"
-#include "llvm/Codegen/MachineInstr.h"
+#include "llvm/CodeGen/InstrForest.h"
+#include "llvm/CodeGen/MachineInstr.h"
//************************ Class Implementations **************************/
diff --git a/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp b/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp
index 08e12ff..c687da7 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 13384b8..dcc00b5 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 ************************/
diff --git a/lib/CodeGen/TargetMachine/TargetMachine.cpp b/lib/CodeGen/TargetMachine/TargetMachine.cpp
index 544f742..9b9729c 100644
--- a/lib/CodeGen/TargetMachine/TargetMachine.cpp
+++ b/lib/CodeGen/TargetMachine/TargetMachine.cpp
@@ -15,7 +15,7 @@
//*************************** User Include Files ***************************/
#include "llvm/DerivedTypes.h"
-#include "llvm/Codegen/TargetMachine.h"
+#include "llvm/CodeGen/TargetMachine.h"
//************************* Opaque Declarations ****************************/