Initial stab at MachineInstr'ication

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-10-28 23:55:19 +00:00
parent c5b8b1a040
commit 75276f150e
4 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
#ifndef X86INSTRUCTIONINFO_H
#define X86INSTRUCTIONINFO_H
#include "llvm/Target/MInstructionInfo.h"
#include "llvm/Target/InstructionInfo.h"
#include "X86RegisterInfo.h"
class X86InstructionInfo : public MInstructionInfo {