summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmtAsm.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-10-02 21:49:07 +0000
committerChad Rosier <mcrosier@apple.com>2012-10-02 21:49:07 +0000
commit25f5cbcd13acc06c3b7d1cd9904b95b70cb4a641 (patch)
treeeabb50dccf916c4dfcacd3c55906c95378d07b89 /clang/lib/Sema/SemaStmtAsm.cpp
parentbb999c2f7200143f3e52f74d6d6c983161f0805b (diff)
downloadbcm5719-llvm-25f5cbcd13acc06c3b7d1cd9904b95b70cb4a641.tar.gz
bcm5719-llvm-25f5cbcd13acc06c3b7d1cd9904b95b70cb4a641.zip
[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type
of operand is specific to MS-style inline assembly and should not be generated when parsing normal assembly. The purpose of the wildcard operands are to allow the AsmParser to match multiple instructions (i.e., MCInsts) to a given ms-style asm statement. For the time being the matcher just returns the first match. This patch only implements wildcard matches for memory operands. Support for register wildcards will be added in the near future. llvm-svn: 165057
Diffstat (limited to 'clang/lib/Sema/SemaStmtAsm.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud