llvm-mirror/lib/Target/ARM/AsmParser
Chris Lattner 882cb240a6 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. 

llvm-svn: 93469
2010-01-14 22:21:20 +00:00
..
ARMAsmParser.cpp Split the TargetAsmParser "ParseInstruction" interface in half: 2010-01-14 22:21:20 +00:00
CMakeLists.txt
Makefile