[XCore] Fix printing of inline asm operands.
authorRichard Osborne <richard@xmos.com>
Tue, 16 Jul 2013 12:48:34 +0000 (12:48 +0000)
committerRichard Osborne <richard@xmos.com>
Tue, 16 Jul 2013 12:48:34 +0000 (12:48 +0000)
commit6e2dc6d669dcbd2129bbc939088d30c7a751bd94
tree0793170f6e904b6cd8914c527eb720e261e2e679
parentad9a0d27d36f18dff2b2d37dd13b11ed2d07688b
[XCore] Fix printing of inline asm operands.

Previously an asm operand with no operand modifier would give the error
"invalid operand in inline asm".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186407 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/XCore/XCoreAsmPrinter.cpp
test/CodeGen/XCore/inline-asm.ll [new file with mode: 0644]