diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-28 04:50:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 04:50:01 +0000 |
commit | 1294a7e9365a97b6447baad3c106814d7fe8abe7 (patch) | |
tree | d305364ca58962caff7f4f49a50084122a2c7fe1 /include/llvm/CodeGen/MachineInstr.h | |
parent | 133f079c8cf966d2222c2dda2de56d2cc600497e (diff) |
Remove typedef that is unneccesary
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4332 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 34a28c0d7b..8d987acd64 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -18,7 +18,6 @@ class Function; typedef int MachineOpCode; typedef int OpCodeMask; -typedef int InstrSchedClass; //--------------------------------------------------------------------------- // class MachineOperand |