MIR Parser: Simplify the handling of quoted tokens. NFC.
authorAlex Lorenz <arphaman@gmail.com>
Wed, 5 Aug 2015 17:35:55 +0000 (17:35 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 5 Aug 2015 17:35:55 +0000 (17:35 +0000)
commit970c12eade40bd721e365e14285b97188cba9d8c
tree43b8629caf00c3d39f47b776611220c9427d38c1
parent69e3eb3c79f5013fd7a602c5c06423f70faf44b6
MIR Parser: Simplify the handling of quoted tokens. NFC.

The machine instructions lexer should not expose the difference between quoted
and unquoted tokens to the parser.

llvm-svn: 244068
llvm/lib/CodeGen/MIRParser/MILexer.cpp
llvm/lib/CodeGen/MIRParser/MILexer.h
llvm/lib/CodeGen/MIRParser/MIParser.cpp