aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetInstrInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 21:17:20 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 21:17:20 +0000
commit9a8e4121aa4121100fb562134c098aeb38f70b37 (patch)
tree7d5bf9379a00952000fc9331b77b777183bb2dd8 /include/llvm/Target/TargetInstrInfo.h
parentb98a53f201fd3652f4b7e37d1f2cb3b9b0775d45 (diff)
downloadexternal_llvm-9a8e4121aa4121100fb562134c098aeb38f70b37.zip
external_llvm-9a8e4121aa4121100fb562134c098aeb38f70b37.tar.gz
external_llvm-9a8e4121aa4121100fb562134c098aeb38f70b37.tar.bz2
Remove all traces of the "Opcode Mask" field in the MachineInstr class
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetInstrInfo.h')
-rw-r--r--include/llvm/Target/TargetInstrInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h
index f91e8cf..82c14be 100644
--- a/include/llvm/Target/TargetInstrInfo.h
+++ b/include/llvm/Target/TargetInstrInfo.h
@@ -25,7 +25,6 @@ class MachineCodeForInstruction;
//---------------------------------------------------------------------------
typedef int MachineOpCode;
-typedef int OpCodeMask;
typedef unsigned InstrSchedClass;
const MachineOpCode INVALID_MACHINE_OPCODE = -1;