1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/AsmParser
Chris Lattner a2b28689a9 - Remove unused STRING token from lexer & parser
- Changed parser to always use parenthesis on ConstExprs to be consistent
  - Parser now passes TRUE and FALSE tokens as a special case of the ConstExpr
    machinery instead of a special case of constant int stuff
  - Fix the AsmParser to use ValueRef ::= ConstExpr, and remove
    ResolvedVal ::= ConstExpr this allows constexprs to be used in PHI nodes

llvm-svn: 3362
2002-08-16 21:14:40 +00:00
..
Lexer.l - Remove unused STRING token from lexer & parser 2002-08-16 21:14:40 +00:00
llvmAsmParser.y - Remove unused STRING token from lexer & parser 2002-08-16 21:14:40 +00:00
Makefile Library bumped up out of Assembly directory 2002-04-08 20:17:06 +00:00
Parser.cpp MEGAPATCH checkin. 2002-06-25 16:13:24 +00:00
ParserInternals.h - Remove unused STRING token from lexer & parser 2002-08-16 21:14:40 +00:00