[ms-inline asm] Add support for operands that include both a symbol and an
authorChad Rosier <mcrosier@apple.com>
Fri, 12 Apr 2013 18:21:18 +0000 (18:21 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 12 Apr 2013 18:21:18 +0000 (18:21 +0000)
commit9458f3ecee4d17ec9759a0351d2f339315cdebb1
tree2dd9de57636f0fc65222194b7a666f1172c3404e
parent598574695b70627213ea7bc224ee87ccfef44031
[ms-inline asm] Add support for operands that include both a symbol and an
immediate displacement.  Specifically, add support for generating the proper IR.
We've been able to parse this for some time now.  Test case to be added on the
clang side.
Part of rdar://13453209

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179393 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp