From: Chris Lattner Date: Mon, 28 Oct 2002 04:50:01 +0000 (+0000) Subject: Remove typedef that is unneccesary X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1294a7e9365a97b6447baad3c106814d7fe8abe7;p=oota-llvm.git Remove typedef that is unneccesary git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4332 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 34a28c0d7b4..8d987acd64d 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