MC/AsmParser: Push the burdon of emitting diagnostics about unmatched
authorDaniel Dunbar <daniel@zuster.org>
Thu, 12 Aug 2010 00:55:38 +0000 (00:55 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 12 Aug 2010 00:55:38 +0000 (00:55 +0000)
commitf1e29d4c21d15f9e1e3a64f3b92b1aa9908e4f63
tree2b8a2bbfa78f1c5e5eb6b2ae447bfeeb196538dc
parent4f98f834593f0a107268d19a557b63f0da33a751
MC/AsmParser: Push the burdon of emitting diagnostics about unmatched
instructions onto the target specific parser, which can do a better job.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110889 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