diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-28 21:17:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 21:17:20 +0000 |
commit | 5c7d638208debb4f4056c3a94cec5f895bccbbac (patch) | |
tree | d7037a3dd6ac11f302470d02062f024a1694bd49 /llvm/lib/Target/Sparc/SparcInternals.h | |
parent | bee314fc947739f1271c6ecba2c0ac8e99901cdc (diff) | |
download | bcm5719-llvm-5c7d638208debb4f4056c3a94cec5f895bccbbac.tar.gz bcm5719-llvm-5c7d638208debb4f4056c3a94cec5f895bccbbac.zip |
Remove all traces of the "Opcode Mask" field in the MachineInstr class
llvm-svn: 4359
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcInternals.h')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcInternals.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 */ |