diff options
Diffstat (limited to 'lib/CodeGen/MachineInstr.cpp')
-rw-r--r-- | lib/CodeGen/MachineInstr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 **************************/ |