summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmtAsm.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-10-13 00:26:04 +0000
committerChad Rosier <mcrosier@apple.com>2012-10-13 00:26:04 +0000
commit4996355592ddbb7c1dd513c68d09f40418667684 (patch)
treea1f26f55e22ae62d7ceeaf8a827a2798444da0df /clang/lib/Sema/SemaStmtAsm.cpp
parenteaafa732dfb80ea4153e7539481a92bf2be697a8 (diff)
downloadbcm5719-llvm-4996355592ddbb7c1dd513c68d09f40418667684.tar.gz
bcm5719-llvm-4996355592ddbb7c1dd513c68d09f40418667684.zip
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
the interface between the front-end and the MC layer when parsing inline assembly. Unfortunately, this is too deep into the parsing stack. Specifically, we're unable to handle target-independent assembly (i.e., assembly directives, labels, etc.). Note the MatchAndEmitInstruction() isn't the correct abstraction either. I'll be exposing target-independent hooks shortly, so this is really just a cleanup. llvm-svn: 165858
Diffstat (limited to 'clang/lib/Sema/SemaStmtAsm.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud