hanchenye-llvm-project/llvm/lib/AsmParser
Chris Lattner 33de427cd6 remove parser support for the obsolete "multiple return values" syntax, which
was replaced with return of a "first class aggregate".

llvm-svn: 133245
2011-06-17 06:49:41 +00:00
..
CMakeLists.txt
LLLexer.cpp stop accepting begin/end around function bodies in the .ll parser, this isn't pascal anymore. 2011-06-17 06:42:57 +00:00
LLLexer.h Refactor parsing of variable names (ie., %foo and @foo) since they have the same 2011-06-04 18:16:26 +00:00
LLParser.cpp remove parser support for the obsolete "multiple return values" syntax, which 2011-06-17 06:49:41 +00:00
LLParser.h remove parser support for the obsolete "multiple return values" syntax, which 2011-06-17 06:49:41 +00:00
LLToken.h stop accepting begin/end around function bodies in the .ll parser, this isn't pascal anymore. 2011-06-17 06:42:57 +00:00
Makefile
Parser.cpp