llvm-project/llvm/include
Bill Wendling 28fe9e7a36 Handle non-default array bounds.
Some languages, e.g. Ada and Pascal, allow you to specify that the array bounds
are different from the default (1 in these cases). If we have a lower bound
that's non-default, then we emit the lower bound. We also calculate the correct
upper bound in those cases.

llvm-svn: 169484
2012-12-06 07:38:10 +00:00
..
llvm Handle non-default array bounds. 2012-12-06 07:38:10 +00:00
llvm-c Added a option to the disassembler to print immediates as hex. 2012-12-05 18:13:19 +00:00