change the MC "ParseInstruction" interface to make it the
authorChris Lattner <sabre@nondot.org>
Wed, 8 Sep 2010 05:10:46 +0000 (05:10 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Sep 2010 05:10:46 +0000 (05:10 +0000)
commit34e53140c2cc02ce4c9d060e48302576d3962e1c
tree2935f144ee34b31941cc1ead2b3916111afb1a3f
parent9607c40601b345c21af9de97ec03e124179efd24
change the MC "ParseInstruction" interface to make it the
implementation's job to check for and lex the EndOfStatement
marker.

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