the asm matcher can't handle operands with modifiers (like ${foo:bar}).
authorChris Lattner <sabre@nondot.org>
Sun, 31 Oct 2010 18:48:12 +0000 (18:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 31 Oct 2010 18:48:12 +0000 (18:48 +0000)
commitefa53760feb23935c29176a94e937f02c3aa5683
tree40339f37c8a8b9c423d83e2f2e4e020779201c47
parenta33b93f7f162fe85dfe4fc1f16e1afb254393ab9
the asm matcher can't handle operands with modifiers (like ${foo:bar}).
Instead of silently ignoring these instructions, emit a hard error and
force the target author to either refactor the target or mark the
instruction 'isCodeGenOnly'.

Mark a few instructions in ARM and MBlaze as isCodeGenOnly the are
doing this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117858 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/MBlaze/MBlazeInstrInfo.td
utils/TableGen/AsmMatcherEmitter.cpp