diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-07-21 20:58:30 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-07-21 20:58:30 +0000 | 
| commit | dd511760d9117d26dd986410e01684d1d0d1b34b (patch) | |
| tree | 6c1302efe7290f59641405ea8ccd49247db5f8b8 /llvm/lib/CodeGen/MachineInstr.cpp | |
| parent | 7f95c9e33a5c3ff6f236e1b321d98eadd57dece5 (diff) | |
| download | llvm-dd511760d9117d26dd986410e01684d1d0d1b34b.zip llvm-dd511760d9117d26dd986410e01684d1d0d1b34b.tar.gz llvm-dd511760d9117d26dd986410e01684d1d0d1b34b.tar.bz2  | |
Renamed include/llvm/Codegen to include/llvm/CodeGen
llvm-svn: 253
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/MachineInstr.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index 1b6f25a..e8897bf 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 **************************/  | 
