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 fda7a8832d
commit fcf6a22b01
1 changed files with 1 additions and 1 deletions

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 {