Renamed include/llvm/Codegen to include/llvm/CodeGen
authorChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2001 20:58:30 +0000 (20:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2001 20:58:30 +0000 (20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253 91177308-0d34-0410-b5e6-96231b3b80d8

14 files changed:
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/Sparc.h
include/llvm/DerivedTypes.h
include/llvm/LLC/CompileContext.h
lib/CodeGen/InstrSelection/InstrForest.cpp
lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/TargetMachine/Sparc/Sparc.cpp
lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp
lib/CodeGen/TargetMachine/TargetMachine.cpp
lib/Target/SparcV9/InstrSelection/InstrForest.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
lib/VMCore/Instruction.cpp
tools/llc/llc.cpp

index 0421d8ca1a7ec7e41c6a29b96f1a5c32f61aad23..19b3c08985da96da800751e56ee2fc9395da0cdb 100644 (file)
@@ -25,7 +25,7 @@
 #include "llvm/Tools/DataTypes.h"
 #include "llvm/Instruction.h"
 #include "llvm/Support/Unique.h"
-#include "llvm/Codegen/TargetMachine.h"
+#include "llvm/CodeGen/TargetMachine.h"
 
 
 //************************* Opaque Declarations ****************************/
index 8c3fbffbf49dabcf60a42c1b50afbc1b62027acb..f623bc26994958e0ffaeaf4913462100d9b03d61 100644 (file)
@@ -16,8 +16,8 @@
 
 //*************************** User Include Files ***************************/
 
-#include "llvm/Codegen/TargetMachine.h"
-#include "llvm/Codegen/MachineInstr.h"
+#include "llvm/CodeGen/TargetMachine.h"
+#include "llvm/CodeGen/MachineInstr.h"
 
 
 //************************* Opaque Declarations ****************************/
index b5eba1114756c6d63e973b0bcda0b10d25bc1bdc..a28210ba9543d132587947a184dc864b4ed2636d 100644 (file)
@@ -12,7 +12,7 @@
 #define LLVM_DERIVED_TYPES_H
 
 #include "llvm/Type.h"
-#include "llvm/Codegen/TargetMachine.h"
+#include "llvm/CodeGen/TargetMachine.h"
 #include "vector"
 
 class TargetMachine;
index 88e35d6ff370a7b2f74c7963022abba3966e9af7..91a448b62d01376a7410a87588c769fb47721f13 100644 (file)
@@ -19,7 +19,7 @@
 
 //*************************** User Include Files ***************************/
 
-#include "llvm/Codegen/Sparc.h"
+#include "llvm/CodeGen/Sparc.h"
 #include "llvm/LLC/LLCOptions.h"
 
 //************************** Forward Declarations **************************/
index 8ea293129c2645373b752e5755a0846786b49166..557d6efe4328d3a85d17b59b85648be588c44155 100644 (file)
@@ -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 **************************/
 
index 0d7dc7e898ee4cd3204ad0f898a6bd6ade337a56..9c955eba2d7724b9863ac51b0b45749f97e2e728 100644 (file)
@@ -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 ***************************/
index 1b6f25ae77f427119b3e1cddf7045056b73f0d13..e8897bf2e962c6a1e4e405414d1b2fdcc32e4122 100644 (file)
@@ -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 **************************/
 
index 08e12ff99a3b05b246985729cf254fc03d0ec6ce..c687da73d886230202409bb6ddc36f34d932cd8f 100644 (file)
@@ -15,7 +15,7 @@
 //*************************** User Include Files ***************************/
 
 #include "llvm/DerivedTypes.h"
-#include "llvm/Codegen/Sparc.h"
+#include "llvm/CodeGen/Sparc.h"
 
 
 //************************ Exported Constants ******************************/
index 13384b8edb5d2fe6d76d617fee63d2460d272246..dcc00b53a90de3b10de03bcdf615566b72ffa8bc 100644 (file)
 #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 ************************/
index 544f742062489806e77b0cf5434e5623c89b6066..9b9729c1acfc1cbac2dda716b61dfdd8afb51505 100644 (file)
@@ -15,7 +15,7 @@
 //*************************** User Include Files ***************************/
 
 #include "llvm/DerivedTypes.h"
-#include "llvm/Codegen/TargetMachine.h"
+#include "llvm/CodeGen/TargetMachine.h"
 
 
 //************************* Opaque Declarations ****************************/
index 8ea293129c2645373b752e5755a0846786b49166..557d6efe4328d3a85d17b59b85648be588c44155 100644 (file)
@@ -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 **************************/
 
index 0d7dc7e898ee4cd3204ad0f898a6bd6ade337a56..9c955eba2d7724b9863ac51b0b45749f97e2e728 100644 (file)
@@ -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 ***************************/
index 0e73d37978f12d764d5a26e2e302d06f99415cee..ca9469df3554053939524e8029d09dab93bdd418 100644 (file)
@@ -8,7 +8,7 @@
 #include "llvm/BasicBlock.h"
 #include "llvm/Method.h"
 #include "llvm/SymbolTable.h"
-#include "llvm/Codegen/MachineInstr.h"
+#include "llvm/CodeGen/MachineInstr.h"
 
 Instruction::Instruction(const Type *ty, unsigned it, const string &Name) 
   : User(ty, Value::InstructionVal, Name), 
index c8cefdb992eb01f74c6bfdcd513ed659399da6ac..6ac3175f2b253fde5272ae88d888fb3b9549c986 100644 (file)
@@ -19,8 +19,8 @@
 #include "llvm/Method.h"
 #include "llvm/Bytecode/Reader.h"
 #include "llvm/Bytecode/Writer.h"
-#include "llvm/Codegen/InstrForest.h"
-#include "llvm/Codegen/InstrSelection.h"
+#include "llvm/CodeGen/InstrForest.h"
+#include "llvm/CodeGen/InstrSelection.h"
 #include "llvm/LLC/LLCOptions.h"
 #include "llvm/LLC/CompileContext.h"