From 5c7d638208debb4f4056c3a94cec5f895bccbbac Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 28 Oct 2002 21:17:20 +0000 Subject: Remove all traces of the "Opcode Mask" field in the MachineInstr class llvm-svn: 4359 --- llvm/lib/Target/Sparc/SparcInternals.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'llvm/lib/Target/Sparc/SparcInternals.h') diff --git a/llvm/lib/Target/Sparc/SparcInternals.h b/llvm/lib/Target/Sparc/SparcInternals.h index 72691a2613f..6f283001c9b 100644 --- a/llvm/lib/Target/Sparc/SparcInternals.h +++ b/llvm/lib/Target/Sparc/SparcInternals.h @@ -22,13 +22,6 @@ class UltraSparc; class PhyRegAlloc; class Pass; -// OpCodeMask definitions for the Sparc V9 -// -const OpCodeMask Immed = 0x00002000; // immed or reg operand? -const OpCodeMask Annul = 0x20000000; // annul delay instr? -const OpCodeMask PredictTaken = 0x00080000; // predict branch taken? - - enum SparcInstrSchedClass { SPARC_NONE, /* Instructions with no scheduling restrictions */ SPARC_IEUN, /* Integer class that can use IEU0 or IEU1 */ -- cgit v1.2.3