Add x86 support for 'n' inline asm modifier. This will be handled target independentl...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 26 Jun 2009 22:00:19 +0000 (22:00 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 26 Jun 2009 22:00:19 +0000 (22:00 +0000)
commit2c2fb823b91ab5aa19e495e5f8af32e368bac031
tree9493cd47819a654923bc98a1c56c3260ce2c79e2
parentd8220e579465ff4f43ae26328273a85cb5197c0d
Add x86 support for 'n' inline asm modifier. This will be handled target independently as part of MC work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74336 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
test/CodeGen/X86/inline-asm-modifier-n.ll [new file with mode: 0644]