diff options
Diffstat (limited to 'lib/Target/ARM/ARMInstrFormats.td')
-rw-r--r-- | lib/Target/ARM/ARMInstrFormats.td | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td index df3dc93..26c6733 100644 --- a/lib/Target/ARM/ARMInstrFormats.td +++ b/lib/Target/ARM/ARMInstrFormats.td @@ -151,13 +151,6 @@ class ABLI<bits<4> opcod, dag oops, dag iops, Format f, string asm, let Inst{24} = 1; // L bit let Inst{25-27} = {1,0,1}; } -class ABLXI<bits<4> opcod, dag oops, dag iops, Format f, string asm, - list<dag> pattern> - : XI<opcod, oops, iops, AddrModeNone, Size4Bytes, IndexModeNone, f, asm, - "", pattern> { - let Inst{4-7} = {1,1,0,0}; - let Inst{20-27} = {0,1,0,0,1,0,0,0}; -} // FIXME: BX class AXIx2<bits<4> opcod, dag oops, dag iops, Format f, string asm, list<dag> pattern> |