From d9ba4fd48f4f801b2f1f8e8e7ef21409d95cf648 Mon Sep 17 00:00:00 2001 From: James Molloy Date: Thu, 9 Feb 2012 10:56:31 +0000 Subject: Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE on ARM. Wire this to tBLX in order to provide test coverage. llvm-svn: 150169 --- llvm/lib/Target/ARM/ARMInstrThumb.td | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Target/ARM/ARMInstrThumb.td') diff --git a/llvm/lib/Target/ARM/ARMInstrThumb.td b/llvm/lib/Target/ARM/ARMInstrThumb.td index 30aa424343c..9bbf8e60320 100644 --- a/llvm/lib/Target/ARM/ARMInstrThumb.td +++ b/llvm/lib/Target/ARM/ARMInstrThumb.td @@ -387,6 +387,7 @@ let isBranch = 1, isTerminator = 1, isBarrier = 1, isIndirectBranch = 1 in { bits<4> Rm; let Inst{6-3} = Rm; let Inst{2-0} = 0b000; + let Unpredictable{2-0} = 0b111; } } -- cgit v1.2.3