]> granicus.if.org Git - llvm/commit
[ARM] Remove tCPS alias which just crashed
authorOliver Stannard <oliver.stannard@arm.com>
Tue, 24 Oct 2017 08:55:36 +0000 (08:55 +0000)
committerOliver Stannard <oliver.stannard@arm.com>
Tue, 24 Oct 2017 08:55:36 +0000 (08:55 +0000)
commit3665c8cf5892d2cbda9b768e2c72e90a53b385ef
tree781100d94282410d9a10bebb82962b0938989d99
parentebd014bd7fc6b350d075715dbac9c5b8d0309b2c
[ARM] Remove tCPS alias which just crashed

This alias caused a crash when trying to print the "cps #0" instruction in a
diagnostic for thumbv6 (which doesn't have that instruction).

The comment was incorrect, this instruction is UNPREDICTABLE if no flag bits
are set, so I don't think it's worth keeping.

Differential Revision: https://reviews.llvm.org/D39191

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316420 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrThumb.td
test/MC/ARM/cps.s