AArch64: support 'c' and 'n' inline asm modifiers.
authorTim Northover <tnorthover@apple.com>
Tue, 27 May 2014 07:37:21 +0000 (07:37 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 27 May 2014 07:37:21 +0000 (07:37 +0000)
commit9bbb4066f8fc2b53594f0c47adf0843756e84aea
treebe576e37eaa0a384f537fda97d3191d894a025a6
parentf31b009b3e3af261cbf6ec8f65337187414797f5
AArch64: support 'c' and 'n' inline asm modifiers.

These are tested by test/CodeGen/Generic, so we should probably know
how to deal with them. Fortunately generic code does it if asked.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209646 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64AsmPrinter.cpp