diff options
Diffstat (limited to 'lib/Target/ARM/ARMInstrInfo.td')
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 61ab5496e6..cb71453fc9 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -333,10 +333,6 @@ def cpinst_operand : Operand<i32> { let PrintMethod = "printCPInstOperand"; } -def jt2block_operand : Operand<i32> { - let PrintMethod = "printJT2BlockOperand"; -} - // Local PC labels. def pclabel : Operand<i32> { let PrintMethod = "printPCLabel"; |