- Remove unused STRING token from lexer & parser
authorChris Lattner <sabre@nondot.org>
Fri, 16 Aug 2002 21:14:40 +0000 (21:14 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Aug 2002 21:14:40 +0000 (21:14 +0000)
commitd78700de8e01dd53b1e98a21163fd4e461501d6b
tree27bcd8809a0f587ffa21d72b794732bd5497ec05
parent750b9b080df1789fe8e852237062f534de5e0705
 - 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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3362 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/Lexer.l
lib/AsmParser/ParserInternals.h
lib/AsmParser/llvmAsmParser.y