From dd511760d9117d26dd986410e01684d1d0d1b34b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 21 Jul 2001 20:58:30 +0000 Subject: Renamed include/llvm/Codegen to include/llvm/CodeGen llvm-svn: 253 --- llvm/lib/CodeGen/MachineInstr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/CodeGen/MachineInstr.cpp') diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index 1b6f25ae77f..e8897bf2e96 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/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 **************************/ -- cgit v1.2.3