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)
commit1613aa08d635f8c335105453e32726b50a75f94f
tree3b03b55870cf19c0441dabc6225f5077e3b91006
parent8e1615ce40a29c133b8909d3bdfd5484bd26467f
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244068 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MIParser.cpp