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 | b3dbd494eb412d304f48d99fbf05586cf80feb85 (patch) | |
tree | 64da01ebf76b4f02d3c3842e8d8cf37238d20c45 | |
parent | 6a30b02b1dee4a104d6bc643a2b6c687192122b6 (diff) | |
download | bcm5719-llvm-b3dbd494eb412d304f48d99fbf05586cf80feb85.tar.gz bcm5719-llvm-b3dbd494eb412d304f48d99fbf05586cf80feb85.zip |
Remove typedef that is unneccesary
llvm-svn: 4332
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineInstr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h index 34a28c0d7b4..8d987acd64d 100644 --- a/llvm/include/llvm/CodeGen/MachineInstr.h +++ b/llvm/include/llvm/CodeGen/MachineInstr.h @@ -18,7 +18,6 @@ class Function; typedef int MachineOpCode; typedef int OpCodeMask; -typedef int InstrSchedClass; //--------------------------------------------------------------------------- // class MachineOperand |