aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrThumb2.td
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2012-04-12 23:13:34 +0000
committerKevin Enderby <enderby@apple.com>2012-04-12 23:13:34 +0000
commit2a7d3a93735f97c2a4cabcc08a88d702c28cb0d4 (patch)
treeb4ab7f6ba696e1a50b9718cc6c0fb84dfcec7e03 /lib/Target/ARM/ARMInstrThumb2.td
parent6bc572ce0e8613a021f9c989bba62d2f64be8af7 (diff)
Fix a few more places in the ARM disassembler so that branches get
symbolic operands added when using the C disassembler API. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154628 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrThumb2.td')
-rw-r--r--lib/Target/ARM/ARMInstrThumb2.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td
index 03852294c0..e6fb9d5f01 100644
--- a/lib/Target/ARM/ARMInstrThumb2.td
+++ b/lib/Target/ARM/ARMInstrThumb2.td
@@ -3197,6 +3197,7 @@ def t2B : T2I<(outs), (ins uncondbrtarget:$target), IIC_Br,
let Inst{13} = target{17};
let Inst{21-16} = target{16-11};
let Inst{10-0} = target{10-0};
+ let DecoderMethod = "DecodeT2BInstruction";
}
let isNotDuplicable = 1, isIndirectBranch = 1 in {