Skip to content
  • Chris Lattner's avatar
    Split the TargetAsmParser "ParseInstruction" interface in half: · f29c0b68
    Chris Lattner authored
    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
    f29c0b68
Loading