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 | 7e583cfafeb07713e5ceadcfe28b70111a528d97 (patch) | |
| tree | c490b4419ced08f09afcb6069aa6a412ff1c3a70 /lib/VMCore/Instruction.cpp | |
| parent | f9be9a9bf17e2b44e826fe6aa31e2fc691326bc4 (diff) | |
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
Diffstat (limited to 'lib/VMCore/Instruction.cpp')
| -rw-r--r-- | lib/VMCore/Instruction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Instruction.cpp b/lib/VMCore/Instruction.cpp index 0e73d37978..ca9469df35 100644 --- a/lib/VMCore/Instruction.cpp +++ b/lib/VMCore/Instruction.cpp @@ -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), |
