Chad Rosier 84125ca43c [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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165858 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-13 00:26:04 +00:00
..
2012-07-18 19:35:16 +00:00
2012-08-27 16:04:24 +00:00
2012-09-18 23:05:12 +00:00
2012-09-18 23:05:18 +00:00
2012-05-11 01:41:30 +00:00
2012-09-14 14:57:36 +00:00