[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
authorChad Rosier <mcrosier@apple.com>
Mon, 3 Sep 2012 18:47:45 +0000 (18:47 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 3 Sep 2012 18:47:45 +0000 (18:47 +0000)
commit038f3e31276f8cc86d91d0e4513e1a3ddb8509ba
tree1097d7f1485a33f7cde31981c73f83b27efaa312
parentad2d3e637a3a9eb368e71a1672331ee5e7809fe8
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
MCTargetAsmParser class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163122 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCTargetAsmParser.h
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
utils/TableGen/AsmMatcherEmitter.cpp