]> granicus.if.org Git - llvm/commit
[ARM] Cleanup so_imm* tblgen defintions
authorAsiri Rathnayake <asiri.rathnayake@arm.com>
Tue, 6 Jan 2015 15:55:09 +0000 (15:55 +0000)
committerAsiri Rathnayake <asiri.rathnayake@arm.com>
Tue, 6 Jan 2015 15:55:09 +0000 (15:55 +0000)
commitb51888a2c6456cb381855b03d6863d22781adc23
treecaa8057ba4c8470319c509bdb314e09113c965dc
parentd883ca0ca713c329deed614fa389230c7266d0e4
[ARM] Cleanup so_imm* tblgen defintions

No functional changes. Support for ARM's modified immediate syntax was added
in r223113 and r223115 (review: D6408). That patch introduced the mod_imm*
tblegen definitions which renders the existing so_imm* definitions redundant.
This patch gets rid of them completely.

Reviewed as: D6722

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225266 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp