mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +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)
|
if (Count != -1)
|
||||||
OS << " [" << getLo() << ", " << Count - 1 << ']';
|
OS << " [" << getLo() << ", " << Count - 1 << ']';
|
||||||
else
|
else
|
||||||
OS << " [unbound]";
|
OS << " [unbounded]";
|
||||||
}
|
}
|
||||||
|
|
||||||
void DIScope::printInternal(raw_ostream &OS) const {
|
void DIScope::printInternal(raw_ostream &OS) const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user