1
0
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:
Bill Wendling 2012-12-05 21:43:30 +00:00
parent 69c3ea61f2
commit 826cff4dbc

View File

@ -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 {