Rename ARM "lane_cst" operands to "nohash_imm" since they are used for
authorBob Wilson <bob.wilson@apple.com>
Fri, 21 Aug 2009 21:58:55 +0000 (21:58 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 21 Aug 2009 21:58:55 +0000 (21:58 +0000)
commit4f38b383d5089c49489a9a56d8efd0eb76048b3f
tree557f1c5483b4cbf61075d138b6bed1b6ef54994b
parent01248e671100fbd6eac6bc3646096dc75ec885d1
Rename ARM "lane_cst" operands to "nohash_imm" since they are used for
several things other than Neon vector lane numbers.  For inline assembly
operands with a "c" print code, check that they really are immediates.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79676 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp