[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineInstr.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 27 22:51:01 PST 2002
Changes in directory llvm/include/llvm/CodeGen:
MachineInstr.h updated: 1.73 -> 1.74
---
Log message:
Remove typedef that is unneccesary
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/MachineInstr.h
diff -u llvm/include/llvm/CodeGen/MachineInstr.h:1.73 llvm/include/llvm/CodeGen/MachineInstr.h:1.74
--- llvm/include/llvm/CodeGen/MachineInstr.h:1.73 Sun Oct 27 22:44:59 2002
+++ llvm/include/llvm/CodeGen/MachineInstr.h Sun Oct 27 22:50:01 2002
@@ -18,7 +18,6 @@
typedef int MachineOpCode;
typedef int OpCodeMask;
-typedef int InstrSchedClass;
//---------------------------------------------------------------------------
// class MachineOperand
More information about the llvm-commits
mailing list