mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-24 07:35:04 +00:00
Fix name. The array is unboundED.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169428 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3329c419b
commit
46defa599b
@ -1053,7 +1053,7 @@ void DISubrange::printInternal(raw_ostream &OS) const {
|
||||
if (Count != -1)
|
||||
OS << " [" << getLo() << ", " << Count - 1 << ']';
|
||||
else
|
||||
OS << " [unbound]";
|
||||
OS << " [unbounded]";
|
||||
}
|
||||
|
||||
void DIScope::printInternal(raw_ostream &OS) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user