llvm-6502/lib/AsmParser
Alex Lorenz 4b50ecbf6a AsmParser: Add a function to parse a standalone constant value.
This commit extends the interface provided by the AsmParser library by adding a
function that allows the user to parse a standalone contant value.

This change is useful for MIR serialization, as it will allow the MIR Parser to
parse the constant values in a machine constant pool.

Reviewers: Duncan P. N. Exon Smith

Differential Revision: http://reviews.llvm.org/D10280


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242579 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-17 22:07:03 +00:00
..
CMakeLists.txt
LLLexer.cpp
LLLexer.h
LLParser.cpp AsmParser: Add a function to parse a standalone constant value. 2015-07-17 22:07:03 +00:00
LLParser.h AsmParser: Add a function to parse a standalone constant value. 2015-07-17 22:07:03 +00:00
LLToken.h
LLVMBuild.txt
Makefile
module.modulemap
Parser.cpp AsmParser: Add a function to parse a standalone constant value. 2015-07-17 22:07:03 +00:00