change the protocol TargetAsmPArser::MatchInstruction method to take an
authorChris Lattner <sabre@nondot.org>
Wed, 29 Sep 2010 01:42:58 +0000 (01:42 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 29 Sep 2010 01:42:58 +0000 (01:42 +0000)
commit7036f8be4df8a1a830ca01afe9497b035a5647d6
tree988a7686ada7344edc63fdffca9911de0356602d
parent229207aa2edaeb872e9f987ad8df3a67455f240c
change the protocol TargetAsmPArser::MatchInstruction method to take an
MCStreamer to emit into instead of an MCInst to fill in.  This allows the
matcher extra flexibility and is more convenient.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115014 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmParser.h
lib/MC/MCParser/AsmParser.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp