diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Target/TargetInstrInfo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index d47ee740b6..d8aff40fa1 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/include/llvm/Target/TargetInstrInfo.h @@ -33,12 +33,6 @@ class SelectionDAG; template<class T> class SmallVectorImpl; //===----------------------------------------------------------------------===// -// Data types used to define information about a single machine instruction -//===----------------------------------------------------------------------===// - -typedef short MachineOpCode; - -//===----------------------------------------------------------------------===// // struct TargetInstrDescriptor: // Predefined information about each machine instruction. // Designed to initialized statically. |