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)
commit7e583cfafeb07713e5ceadcfe28b70111a528d97
treec490b4419ced08f09afcb6069aa6a412ff1c3a70
parentf9be9a9bf17e2b44e826fe6aa31e2fc691326bc4
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
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