mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-19 08:35:45 +00:00
Simplify array bound checks and clarify comments. One element array can have same non-zero number as lower bound as well as upper bound.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129170 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -708,7 +708,8 @@ DW_TAG_inheritance = 28
|
||||
<a href="#format_composite_type">composite type</a>. The low value defines
|
||||
the lower bounds typically zero for C/C++. The high value is the upper
|
||||
bounds. Values are 64 bit. High - low + 1 is the size of the array. If low
|
||||
> high the array will be unbounded.</p>
|
||||
> high the array bounds are not included in generated debugging information.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user