Chris Lattner 9898671a74 Split the TargetAsmParser "ParseInstruction" interface in half:
the new ParseInstruction method just parses and returns a list of
target operands.  A new MatchInstruction interface is used to
turn the operand list into an MCInst.

This requires new/deleting all the operands, but it also gives 
targets the ability to use polymorphic operands if they want to. 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93469 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-14 22:21:20 +00:00
..
2010-01-14 10:19:55 +00:00
2009-09-24 06:23:57 +00:00
2009-12-19 20:56:53 +00:00
2007-12-29 20:37:13 +00:00
2009-02-20 23:44:54 +00:00
2009-12-26 22:58:39 +00:00
2009-09-24 06:23:57 +00:00
2007-12-29 20:37:13 +00:00
2006-08-09 19:40:13 +00:00
2007-12-29 20:37:13 +00:00
2009-12-19 20:56:53 +00:00
2009-08-24 03:44:02 +00:00
2009-09-24 06:23:57 +00:00
2009-01-01 02:24:48 +00:00
2007-07-03 21:57:50 +00:00