llvm-6502/lib/AsmParser
Chris Lattner 830b6f9868 Support getelementptr instructions which use uint's to index into structure
types and can have arbitrary 32- and 64-bit integer types indexing into
sequential types.

Auto-upgrade .ll files that use ubytes to index into structures to use uint's.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12652 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-05 01:30:04 +00:00
..
.cvsignore
Lexer.l Avoid TRUE and FALSE which apparently conflict with some macros on OSX 2004-03-31 03:49:47 +00:00
llvmAsmParser.y Support getelementptr instructions which use uint's to index into structure 2004-04-05 01:30:04 +00:00
Makefile
Parser.cpp
ParserInternals.h Minor cleanups, plug a minor memory leak 2003-12-23 20:05:15 +00:00