1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib/AsmParser
Chris Lattner 78b786813b * Make PATypeHolder not take a type argument
* Eliminate by inlining the old newTH, newTH, and TypeDone functions
* OPAQUE is now just a token that gets returned by the lexer, not a type
  Parser now creates type, not lexer

llvm-svn: 2104
2002-04-04 19:23:55 +00:00
..
Lexer.l Lexer doesn't create typehandle gross stuff now, parser does. 2002-04-04 19:22:17 +00:00
llvmAsmParser.y * Make PATypeHolder not take a type argument 2002-04-04 19:23:55 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Parser.cpp Close input file if exception is thrown 2002-02-20 18:06:43 +00:00
ParserInternals.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00