llvm-6502/lib/AsmParser
Bill Wendling ea007fa608 Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs
The functionality of ParseOptionalFuncAttrs was there in
ParseFnAttributeValuePairs. So just use that instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174686 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-08 00:52:31 +00:00
..
CMakeLists.txt
LLLexer.cpp Initial submission for the attribute group feature. 2013-02-06 06:52:58 +00:00
LLLexer.h Initial submission for the attribute group feature. 2013-02-06 06:52:58 +00:00
LLParser.cpp Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs 2013-02-08 00:52:31 +00:00
LLParser.h Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs 2013-02-08 00:52:31 +00:00
LLToken.h Initial submission for the attribute group feature. 2013-02-06 06:52:58 +00:00
LLVMBuild.txt
Makefile
Parser.cpp Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00