Select @llvm.trap to the special B with 1111 condition (i.e. trap) instruction.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 11 May 2010 07:26:32 +0000 (07:26 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 11 May 2010 07:26:32 +0000 (07:26 +0000)
commitfb3611daad2bdf9fd50fe5ef1167fe6a8c950031
treed47e24c65b2e04326ab71e4e8defdf1f419b5d44
parent7d9663c70b3300070298d716dba6e6f6ce2d1e3e
Select @llvm.trap to the special B with 1111 condition (i.e. trap) instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103459 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
test/CodeGen/ARM/trap.ll [new file with mode: 0644]
test/CodeGen/Thumb/trap.ll [new file with mode: 0644]