From 1294a7e9365a97b6447baad3c106814d7fe8abe7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 28 Oct 2002 04:50:01 +0000 Subject: [PATCH] Remove typedef that is unneccesary git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4332 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineInstr.h | 1 - 1 file changed, 1 deletion(-) 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