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:
Bill Wendling 2012-12-05 21:43:30 +00:00
parent f3329c419b
commit 46defa599b

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 {