OSDN Git Service

reject instructions that contain a \n in their asmstring. Mark
authorChris Lattner <sabre@nondot.org>
Mon, 1 Nov 2010 00:46:16 +0000 (00:46 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Nov 2010 00:46:16 +0000 (00:46 +0000)
commit4d1189f3857c627a5e771207e486b00cb22c36be
treea80a42b71613242f8fb58778676a239c0366be85
parent25592eb52c39097bc610785f648aca4a09989201
reject instructions that contain a \n in their asmstring.  Mark
various X86 and ARM instructions that are bitten by this as isCodeGenOnly,
as they are.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117884 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrThumb.td
lib/Target/X86/X86InstrCompiler.td
utils/TableGen/AsmMatcherEmitter.cpp