mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix name. The array is unboundED.
llvm-svn: 169428
This commit is contained in:
parent
69c3ea61f2
commit
826cff4dbc
@ -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…
Reference in New Issue
Block a user